Visit Our Original Free Tools Site
HSL to HEX Color Converter is used to convert HSL color into HEXADECIMAL color for free without installing any software or extension on your device.
Now let’s see how to use:
In HSL color formate it has 3parts
the first part for Hue
the Second part for Saturation
and the Last Part For Lightness.
Enter your value in a specific input field given screen shoot below.
Now look at the output part there are two parts, the first one for Color Preview according to your color code and the next part marked by red color is for output.
Copy the color code from the HEX field This is your converted color code.
About HSL Color Formate:
The full form of HSL is H: hue, S: saturation, lightness. Here Hue is the degree on the color wheel between (0-360), in the color wheel 0deg or 360deg is for red color, 120deg for green, and 240deg is for blue color. Saturation is the value between 0% to 100%; 0% means a shade of gray and 100% is the full color.
Syntex of an HSL color in CSS is:
hsl(hue, saturation, lightness)
Some Example of HSL Color:
hsl(0, 100%, 80%) = red color
hsl(360, 100%, 80%) = red color
hsl(120, 100%, 25%) = dark green color
hsl(120, 60%, 70%) = pastel green color