Color spaces of #57416d
RGB | 87 | 65 | 109 |
---|---|---|---|
HSL | 0.75 | 0.25 | 0.34 |
HSV | 270° | 40° | 43° |
CMYK | 0.20 | 0.40 | 0.00 0.57 |
XYZ | 8.5811 | 6.9110 | 15.3497 |
Yxy | 6.9110 | 0.2782 | 0.2241 |
Hunter Lab | 26.2888 | 12.2600 | -16.2166 |
CIE-Lab | 31.6034 | 19.1174 | -22.0153 |
#57416d color RGB value is (87,65,109).
#57416d hex color red value is 87, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #57416d hue: 0.75 , saturation: 0.25 and the lightness value of 57416d is 0.34.
The process color (four color CMYK) of #57416d color hex is 0.20, 0.40, 0.00, 0.57. Web safe color of #57416d is #663366. Color #57416d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01000001 | 01101101 |
Octal | 127 | 101 | 155 |
Decimal | 87 | 65 | 109 |
Hex | 57 | 41 | 6D |
Shades of #57416d
Tints of #57416d
RGB Percentages of Color #57416d
CMYK Percentages of Color #57416d
Complementary Color
#57416d | #576d41 |
#57416d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57416d Color Preview on White Background
Lorem ipsum dolor sit amet.
#57416d Color CSS Codes
.mybgcolor {background-color:#57416d; } .myforecolor {color:#57416d; } .mybordercolor {border:3px solid #57416d; }
#57416d Text Font Color
<p style="color:#57416d">Text here</p>
This sample text font color is #57416d
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.
#57416d Background Color
<div style="background-color:#57416d">
Div content here</div>
This div background color is #57416d
#57416d Border Color
<div style="border:3px solid #57416d">
Div here</div>
This div border color is #57416d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,65,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57416d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57416d; -webkit-box-shadow: 1px 1px 3px 2px #57416d; box-shadow: 1px 1px 3px 2px #57416d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,65,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57416d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57416d; -webkit-box-shadow: 1px 1px 3px 2px #57416d; box-shadow: 1px 1px 3px 2px #57416d;">
Div content here</div>
This div box has shadow with color #57416d
Comments
No comments written yet.
Please login to write comment.