Color spaces of #574dc8
RGB | 87 | 77 | 200 |
---|---|---|---|
HSL | 0.68 | 0.53 | 0.54 |
HSV | 245° | 62° | 78° |
CMYK | 0.57 | 0.62 | 0.00 0.22 |
XYZ | 17.0097 | 11.5041 | 55.9676 |
Yxy | 11.5041 | 0.2013 | 0.1362 |
Hunter Lab | 33.9177 | 30.1617 | -74.0921 |
CIE-Lab | 40.4169 | 38.5904 | -62.9393 |
#574dc8 color RGB value is (87,77,200).
#574dc8 hex color red value is 87, green value is 77 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #574dc8 hue: 0.68 , saturation: 0.53 and the lightness value of 574dc8 is 0.54.
The process color (four color CMYK) of #574dc8 color hex is 0.57, 0.62, 0.00, 0.22. Web safe color of #574dc8 is #6666cc. Color #574dc8 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01001101 | 11001000 |
Octal | 127 | 115 | 310 |
Decimal | 87 | 77 | 200 |
Hex | 57 | 4D | C8 |
Shades of #574dc8
Tints of #574dc8
RGB Percentages of Color #574dc8
CMYK Percentages of Color #574dc8
Complementary Color
#574dc8 | #bec84d |
#574dc8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#574dc8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#574dc8 Color CSS Codes
.mybgcolor {background-color:#574dc8; } .myforecolor {color:#574dc8; } .mybordercolor {border:3px solid #574dc8; }
#574dc8 Text Font Color
<p style="color:#574dc8">Text here</p>
This sample text font color is #574dc8
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.
#574dc8 Background Color
<div style="background-color:#574dc8">
Div content here</div>
This div background color is #574dc8
#574dc8 Border Color
<div style="border:3px solid #574dc8">
Div here</div>
This div border color is #574dc8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,77,200, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #574dc8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #574dc8; -webkit-box-shadow: 1px 1px 3px 2px #574dc8; box-shadow: 1px 1px 3px 2px #574dc8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,77,200, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #574dc8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #574dc8; -webkit-box-shadow: 1px 1px 3px 2px #574dc8; box-shadow: 1px 1px 3px 2px #574dc8;">
Div content here</div>
This div box has shadow with color #574dc8
Comments
No comments written yet.
Please login to write comment.