HSL to HEX Converter

0 of 0 ratings

The HSL to HEX color converter is used for free conversion of HSL color to HEXADECIMAL without installing any software or extensions on your device.

About the HSL Color Format:

The full form of HSL: H: Hue, S: Saturation, L: Lightness. Here, Hue is the degree on the color wheel in the range (0–360). On the color wheel, 0 degrees or 360 degrees corresponds to red, 120 degrees corresponds to green, and 240 degrees corresponds to blue. Saturation is the value from 0% to 100%; 0% means a shade of gray, and 100% is full color.

HSL color syntax in CSS:

hsl(hue, saturation, lightness)

Some examples of HSL colors:

  1. hsl(0, 100%, 80%) = red color
  2. hsl(360, 100%, 80%) = red color
  3. hsl(120, 100%, 25%) = dark green color
  4. hsl(120, 60%, 70%) = pastel green color

About Hexadecimal Color:

The full form of HSL: H: Hue, S: Saturation, L: Lightness. Here, Hue is the degree on the color wheel in the range (0–360). On the color wheel, 0 degrees or 360 degrees corresponds to red, 120 degrees corresponds to green, and 240 degrees corresponds to blue. Saturation is the value from 0% to 100%; 0% means a shade of gray, and 100% is full color.

In the hexadecimal number system, it has 16 alphabets such as 0,1,2,3,4,5,6,7,8,9, a,b,c,d,e, and f, and in the hexadecimal color format, it has three parts, like red, green, and blue. The syntax of hexadecimal color is #rrggbb.

In this system, "#" denotes that the code is a hexadecimal color code, "rr" represents the color code for red in hexadecimal, and its minimum value is "00", and the maximum value is "ff". The same goes for "gg" which represents the color code for green in hexadecimal, and the final "bb" represents the hexadecimal color code for blue color.

How to create a color using hexadecimal?

If you want to create the base red color in hexadecimal format, following the role of the hexadecimal color format, the color code should be: #ff0000.

Now let s write the color codes for green and blue: #00ff00 (for green) and #0000ff (for blue), here 00 means no color.

Create beautiful colors using our color generator.

Similar Tools

HSL to HEXA Converter

Convert your HSL color format to HEXA format.

0
HSL to RGB Converter

Convert your HSL color format to RGB format.

0
HSL to RGBA Converter

Convert your HSL color format to RGBA format.

0
HSL to HSV Converter

This tool is a free online converter between the HSL and HSV color formats. It is fast and very easy to use.

0

Popular Tools