Color spaces of #584062
RGB | 88 | 64 | 98 |
---|---|---|---|
HSL | 0.78 | 0.21 | 0.32 |
HSV | 282° | 35° | 38° |
CMYK | 0.10 | 0.35 | 0.00 0.62 |
XYZ | 8.0625 | 6.6233 | 12.4088 |
Yxy | 6.6233 | 0.2976 | 0.2445 |
Hunter Lab | 25.7358 | 10.8829 | -10.5723 |
CIE-Lab | 30.9335 | 17.3923 | -16.0463 |
#584062 color RGB value is (88,64,98).
#584062 hex color red value is 88, green value is 64 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #584062 hue: 0.78 , saturation: 0.21 and the lightness value of 584062 is 0.32.
The process color (four color CMYK) of #584062 color hex is 0.10, 0.35, 0.00, 0.62. Web safe color of #584062 is #663366. Color #584062 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 01000000 | 01100010 |
Octal | 130 | 100 | 142 |
Decimal | 88 | 64 | 98 |
Hex | 58 | 40 | 62 |
Shades of #584062
Tints of #584062
RGB Percentages of Color #584062
CMYK Percentages of Color #584062
Complementary Color
#584062 | #4a6240 |
#584062 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#584062 Color Preview on White Background
Lorem ipsum dolor sit amet.
#584062 Color CSS Codes
.mybgcolor {background-color:#584062; } .myforecolor {color:#584062; } .mybordercolor {border:3px solid #584062; }
#584062 Text Font Color
<p style="color:#584062">Text here</p>
This sample text font color is #584062
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.
#584062 Background Color
<div style="background-color:#584062">
Div content here</div>
This div background color is #584062
#584062 Border Color
<div style="border:3px solid #584062">
Div here</div>
This div border color is #584062
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,64,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #584062; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #584062; -webkit-box-shadow: 1px 1px 3px 2px #584062; box-shadow: 1px 1px 3px 2px #584062; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,64,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #584062">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #584062; -webkit-box-shadow: 1px 1px 3px 2px #584062; box-shadow: 1px 1px 3px 2px #584062;">
Div content here</div>
This div box has shadow with color #584062
Comments
No comments written yet.
Please login to write comment.