Skip to content

Releases: atadams/Hex-to-HSL-Color

2.0.2

29 Aug 19:45
Compare
Choose a tag to compare

Fix: hex pattern in a longer string

2.0.1: Merge pull request #7 from SimplyPhy/updated-hotkeys

29 Aug 19:25
Compare
Choose a tag to compare

2.0.0

29 Aug 19:48
Compare
Choose a tag to compare
  • Now converts RGB and RGBA colors.
  • Converts hex and RGB to HSL and RGBA to HSLA. For example:
    rgba(117, 149, 9, 0.65) -> hsla(74, 89%, 31%, 0.65)
    rgb(75, 96, 6) -> hsl(74, 88%, 20%)
    #bada55 -> hsl(74, 64%, 59%)
  • Optionally, you can convert hex, RGB, and RGBA to HSLA (force alpha).
  • You can now convert all colors in a file with a single command (shift+ctrl+U).