Color spaces of #57367f
RGB | 87 | 54 | 127 |
---|---|---|---|
HSL | 0.74 | 0.40 | 0.35 |
HSV | 267° | 57° | 50° |
CMYK | 0.31 | 0.57 | 0.00 0.50 |
XYZ | 9.0804 | 6.1969 | 20.7962 |
Yxy | 6.1969 | 0.2517 | 0.1718 |
Hunter Lab | 24.8936 | 21.5475 | -32.1056 |
CIE-Lab | 29.9039 | 30.7117 | -36.0338 |
#57367f color RGB value is (87,54,127).
#57367f hex color red value is 87, green value is 54 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #57367f hue: 0.74 , saturation: 0.40 and the lightness value of 57367f is 0.35.
The process color (four color CMYK) of #57367f color hex is 0.31, 0.57, 0.00, 0.50. Web safe color of #57367f is #663366. Color #57367f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00110110 | 01111111 |
Octal | 127 | 66 | 177 |
Decimal | 87 | 54 | 127 |
Hex | 57 | 36 | 7F |
Shades of #57367f
Tints of #57367f
RGB Percentages of Color #57367f
CMYK Percentages of Color #57367f
Complementary Color
#57367f | #5e7f36 |
#57367f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57367f Color Preview on White Background
Lorem ipsum dolor sit amet.
#57367f Color CSS Codes
.mybgcolor {background-color:#57367f; } .myforecolor {color:#57367f; } .mybordercolor {border:3px solid #57367f; }
#57367f Text Font Color
<p style="color:#57367f">Text here</p>
This sample text font color is #57367f
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.
#57367f Background Color
<div style="background-color:#57367f">
Div content here</div>
This div background color is #57367f
#57367f Border Color
<div style="border:3px solid #57367f">
Div here</div>
This div border color is #57367f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,54,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57367f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57367f; -webkit-box-shadow: 1px 1px 3px 2px #57367f; box-shadow: 1px 1px 3px 2px #57367f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,54,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57367f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57367f; -webkit-box-shadow: 1px 1px 3px 2px #57367f; box-shadow: 1px 1px 3px 2px #57367f;">
Div content here</div>
This div box has shadow with color #57367f
Comments
No comments written yet.
Please login to write comment.