Color spaces of #5d09cb
RGB | 93 | 9 | 203 |
---|---|---|---|
HSL | 0.74 | 0.92 | 0.42 |
HSV | 266° | 96° | 80° |
CMYK | 0.54 | 0.96 | 0.00 0.20 |
XYZ | 15.3914 | 6.8343 | 57.0079 |
Yxy | 6.8343 | 0.1943 | 0.0863 |
Hunter Lab | 26.1425 | 59.3426 | -110.9916 |
CIE-Lab | 31.4267 | 68.1061 | -79.4261 |
#5d09cb color RGB value is (93,9,203).
#5d09cb hex color red value is 93, green value is 9 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5d09cb hue: 0.74 , saturation: 0.92 and the lightness value of 5d09cb is 0.42.
The process color (four color CMYK) of #5d09cb color hex is 0.54, 0.96, 0.00, 0.20. Web safe color of #5d09cb is #6600cc. Color #5d09cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 00001001 | 11001011 |
Octal | 135 | 11 | 313 |
Decimal | 93 | 9 | 203 |
Hex | 5D | 9 | CB |
Shades of #5d09cb
Tints of #5d09cb
RGB Percentages of Color #5d09cb
CMYK Percentages of Color #5d09cb
Complementary Color
#5d09cb | #77cb09 |
#5d09cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5d09cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5d09cb Color CSS Codes
.mybgcolor {background-color:#5d09cb; } .myforecolor {color:#5d09cb; } .mybordercolor {border:3px solid #5d09cb; }
#5d09cb Text Font Color
<p style="color:#5d09cb">Text here</p>
This sample text font color is #5d09cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#5d09cb Background Color
<div style="background-color:#5d09cb">
Div content here</div>
This div background color is #5d09cb
#5d09cb Border Color
<div style="border:3px solid #5d09cb">
Div here</div>
This div border color is #5d09cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,9,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5d09cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5d09cb; -webkit-box-shadow: 1px 1px 3px 2px #5d09cb; box-shadow: 1px 1px 3px 2px #5d09cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,9,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5d09cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5d09cb; -webkit-box-shadow: 1px 1px 3px 2px #5d09cb; box-shadow: 1px 1px 3px 2px #5d09cb;">
Div content here</div>
This div box has shadow with color #5d09cb
Comments
No comments written yet.
Please login to write comment.