hex-to-hsl

1.0.2 • Public • Published

HEX to HSL

Build Status

Convert a HEX color string to an HSL value

Install

npm install hex-to-hsl --save

Use

var hexToHsl = require('hex-to-hsl');
 
console.log(hexToHsl('#0593FF')); // Prints [206, 100, 51]
console.log(hexToHsl('#00C176')); // Prints [157, 100, 38]
console.log(hexToHsl('#fff')); // Prints [0, 0, 100]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    12,056
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    12,056
  • 1.0.1
    0
  • 1.0.0
    7

Package Sidebar

Install

npm i hex-to-hsl

Weekly Downloads

12,063

Version

1.0.2

License

ISC

Last publish

Collaborators

  • adriantoine