Color spaces of #5742ac
RGB | 87 | 66 | 172 |
---|---|---|---|
HSL | 0.70 | 0.45 | 0.47 |
HSV | 252° | 62° | 67° |
CMYK | 0.49 | 0.62 | 0.00 0.33 |
XYZ | 13.3251 | 8.9012 | 40.0455 |
Yxy | 8.9012 | 0.2140 | 0.1429 |
Hunter Lab | 29.8349 | 27.5121 | -58.6969 |
CIE-Lab | 35.7934 | 36.4978 | -53.9950 |
#5742ac color RGB value is (87,66,172).
#5742ac hex color red value is 87, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5742ac hue: 0.70 , saturation: 0.45 and the lightness value of 5742ac is 0.47.
The process color (four color CMYK) of #5742ac color hex is 0.49, 0.62, 0.00, 0.33. Web safe color of #5742ac is #663399. Color #5742ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01000010 | 10101100 |
Octal | 127 | 102 | 254 |
Decimal | 87 | 66 | 172 |
Hex | 57 | 42 | AC |
Shades of #5742ac
Tints of #5742ac
RGB Percentages of Color #5742ac
CMYK Percentages of Color #5742ac
Complementary Color
#5742ac | #97ac42 |
#5742ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5742ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#5742ac Color CSS Codes
.mybgcolor {background-color:#5742ac; } .myforecolor {color:#5742ac; } .mybordercolor {border:3px solid #5742ac; }
#5742ac Text Font Color
<p style="color:#5742ac">Text here</p>
This sample text font color is #5742ac
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.
#5742ac Background Color
<div style="background-color:#5742ac">
Div content here</div>
This div background color is #5742ac
#5742ac Border Color
<div style="border:3px solid #5742ac">
Div here</div>
This div border color is #5742ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,66,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5742ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5742ac; -webkit-box-shadow: 1px 1px 3px 2px #5742ac; box-shadow: 1px 1px 3px 2px #5742ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,66,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5742ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5742ac; -webkit-box-shadow: 1px 1px 3px 2px #5742ac; box-shadow: 1px 1px 3px 2px #5742ac;">
Div content here</div>
This div box has shadow with color #5742ac
Comments
No comments written yet.
Please login to write comment.