Color spaces of #582fcc
RGB | 88 | 47 | 204 |
---|---|---|---|
HSL | 0.71 | 0.63 | 0.49 |
HSV | 256° | 77° | 80° |
CMYK | 0.57 | 0.77 | 0.00 0.20 |
XYZ | 15.9401 | 8.4674 | 57.9210 |
Yxy | 8.4674 | 0.1936 | 0.1028 |
Hunter Lab | 29.0988 | 46.8580 | -97.6473 |
CIE-Lab | 34.9379 | 56.1722 | -74.2283 |
#582fcc color RGB value is (88,47,204).
#582fcc hex color red value is 88, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #582fcc hue: 0.71 , saturation: 0.63 and the lightness value of 582fcc is 0.49.
The process color (four color CMYK) of #582fcc color hex is 0.57, 0.77, 0.00, 0.20. Web safe color of #582fcc is #6633cc. Color #582fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 00101111 | 11001100 |
Octal | 130 | 57 | 314 |
Decimal | 88 | 47 | 204 |
Hex | 58 | 2F | CC |
Shades of #582fcc
Tints of #582fcc
RGB Percentages of Color #582fcc
CMYK Percentages of Color #582fcc
Complementary Color
#582fcc | #a3cc2f |
#582fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#582fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#582fcc Color CSS Codes
.mybgcolor {background-color:#582fcc; } .myforecolor {color:#582fcc; } .mybordercolor {border:3px solid #582fcc; }
#582fcc Text Font Color
<p style="color:#582fcc">Text here</p>
This sample text font color is #582fcc
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.
#582fcc Background Color
<div style="background-color:#582fcc">
Div content here</div>
This div background color is #582fcc
#582fcc Border Color
<div style="border:3px solid #582fcc">
Div here</div>
This div border color is #582fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,47,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #582fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #582fcc; -webkit-box-shadow: 1px 1px 3px 2px #582fcc; box-shadow: 1px 1px 3px 2px #582fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,47,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #582fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #582fcc; -webkit-box-shadow: 1px 1px 3px 2px #582fcc; box-shadow: 1px 1px 3px 2px #582fcc;">
Div content here</div>
This div box has shadow with color #582fcc
Comments
No comments written yet.
Please login to write comment.