Color spaces of #5805db
RGB | 88 | 5 | 219 |
---|---|---|---|
HSL | 0.73 | 0.96 | 0.44 |
HSV | 263° | 98° | 86° |
CMYK | 0.60 | 0.98 | 0.00 0.14 |
XYZ | 16.8650 | 7.2977 | 67.5376 |
Yxy | 7.2977 | 0.1839 | 0.0796 |
Hunter Lab | 27.0143 | 64.1626 | -129.3193 |
CIE-Lab | 32.4752 | 72.0203 | -86.9878 |
#5805db color RGB value is (88,5,219).
#5805db hex color red value is 88, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5805db hue: 0.73 , saturation: 0.96 and the lightness value of 5805db is 0.44.
The process color (four color CMYK) of #5805db color hex is 0.60, 0.98, 0.00, 0.14. Web safe color of #5805db is #6600cc. Color #5805db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00000101 | 11011011 |
Octal | 130 | 5 | 333 |
Decimal | 88 | 5 | 219 |
Hex | 58 | 5 | DB |
Shades of #5805db
Tints of #5805db
RGB Percentages of Color #5805db
CMYK Percentages of Color #5805db
Complementary Color
#5805db | #88db05 |
#5805db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5805db Color Preview on White Background
Lorem ipsum dolor sit amet.
#5805db Color CSS Codes
.mybgcolor {background-color:#5805db; } .myforecolor {color:#5805db; } .mybordercolor {border:3px solid #5805db; }
#5805db Text Font Color
<p style="color:#5805db">Text here</p>
This sample text font color is #5805db
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.
#5805db Background Color
<div style="background-color:#5805db">
Div content here</div>
This div background color is #5805db
#5805db Border Color
<div style="border:3px solid #5805db">
Div here</div>
This div border color is #5805db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,5,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5805db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5805db; -webkit-box-shadow: 1px 1px 3px 2px #5805db; box-shadow: 1px 1px 3px 2px #5805db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,5,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5805db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5805db; -webkit-box-shadow: 1px 1px 3px 2px #5805db; box-shadow: 1px 1px 3px 2px #5805db;">
Div content here</div>
This div box has shadow with color #5805db
Comments
No comments written yet.
Please login to write comment.