Color spaces of #574368
RGB | 87 | 67 | 104 |
---|---|---|---|
HSL | 0.76 | 0.22 | 0.34 |
HSV | 272° | 36° | 41° |
CMYK | 0.16 | 0.36 | 0.00 0.59 |
XYZ | 8.4363 | 7.0400 | 14.0109 |
Yxy | 7.0400 | 0.2861 | 0.2387 |
Hunter Lab | 26.5330 | 10.3222 | -12.7353 |
CIE-Lab | 31.8978 | 16.5798 | -18.3891 |
#574368 color RGB value is (87,67,104).
#574368 hex color red value is 87, green value is 67 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #574368 hue: 0.76 , saturation: 0.22 and the lightness value of 574368 is 0.34.
The process color (four color CMYK) of #574368 color hex is 0.16, 0.36, 0.00, 0.59. Web safe color of #574368 is #663366. Color #574368 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01000011 | 01101000 |
Octal | 127 | 103 | 150 |
Decimal | 87 | 67 | 104 |
Hex | 57 | 43 | 68 |
Shades of #574368
Tints of #574368
RGB Percentages of Color #574368
CMYK Percentages of Color #574368
Complementary Color
#574368 | #546843 |
#574368 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#574368 Color Preview on White Background
Lorem ipsum dolor sit amet.
#574368 Color CSS Codes
.mybgcolor {background-color:#574368; } .myforecolor {color:#574368; } .mybordercolor {border:3px solid #574368; }
#574368 Text Font Color
<p style="color:#574368">Text here</p>
This sample text font color is #574368
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.
#574368 Background Color
<div style="background-color:#574368">
Div content here</div>
This div background color is #574368
#574368 Border Color
<div style="border:3px solid #574368">
Div here</div>
This div border color is #574368
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,67,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #574368; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #574368; -webkit-box-shadow: 1px 1px 3px 2px #574368; box-shadow: 1px 1px 3px 2px #574368; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,67,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #574368">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #574368; -webkit-box-shadow: 1px 1px 3px 2px #574368; box-shadow: 1px 1px 3px 2px #574368;">
Div content here</div>
This div box has shadow with color #574368
Comments
No comments written yet.
Please login to write comment.