Color spaces of #585fdb
RGB | 88 | 95 | 219 |
---|---|---|---|
HSL | 0.66 | 0.65 | 0.60 |
HSV | 237° | 60° | 86° |
CMYK | 0.60 | 0.57 | 0.00 0.14 |
XYZ | 20.9029 | 15.3736 | 68.8835 |
Yxy | 15.3736 | 0.1988 | 0.1462 |
Hunter Lab | 39.2092 | 26.5445 | -76.7155 |
CIE-Lab | 46.1417 | 33.9525 | -64.5505 |
#585fdb color RGB value is (88,95,219).
#585fdb hex color red value is 88, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #585fdb hue: 0.66 , saturation: 0.65 and the lightness value of 585fdb is 0.60.
The process color (four color CMYK) of #585fdb color hex is 0.60, 0.57, 0.00, 0.14. Web safe color of #585fdb is #6666cc. Color #585fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01011111 | 11011011 |
Octal | 130 | 137 | 333 |
Decimal | 88 | 95 | 219 |
Hex | 58 | 5F | DB |
Shades of #585fdb
Tints of #585fdb
RGB Percentages of Color #585fdb
CMYK Percentages of Color #585fdb
Complementary Color
#585fdb | #dbd458 |
#585fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#585fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#585fdb Color CSS Codes
.mybgcolor {background-color:#585fdb; } .myforecolor {color:#585fdb; } .mybordercolor {border:3px solid #585fdb; }
#585fdb Text Font Color
<p style="color:#585fdb">Text here</p>
This sample text font color is #585fdb
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.
#585fdb Background Color
<div style="background-color:#585fdb">
Div content here</div>
This div background color is #585fdb
#585fdb Border Color
<div style="border:3px solid #585fdb">
Div here</div>
This div border color is #585fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,95,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #585fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585fdb; -webkit-box-shadow: 1px 1px 3px 2px #585fdb; box-shadow: 1px 1px 3px 2px #585fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,95,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 #585fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #585fdb; -webkit-box-shadow: 1px 1px 3px 2px #585fdb; box-shadow: 1px 1px 3px 2px #585fdb;">
Div content here</div>
This div box has shadow with color #585fdb
Comments
No comments written yet.
Please login to write comment.