Color spaces of #57259c
RGB | 87 | 37 | 156 |
---|---|---|---|
HSL | 0.74 | 0.62 | 0.38 |
HSV | 265° | 76° | 61° |
CMYK | 0.44 | 0.76 | 0.00 0.39 |
XYZ | 10.5928 | 5.7497 | 32.0040 |
Yxy | 5.7497 | 0.2191 | 0.1189 |
Hunter Lab | 23.9785 | 36.8921 | -62.3490 |
CIE-Lab | 28.7720 | 47.6349 | -55.7844 |
#57259c color RGB value is (87,37,156).
#57259c hex color red value is 87, green value is 37 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #57259c hue: 0.74 , saturation: 0.62 and the lightness value of 57259c is 0.38.
The process color (four color CMYK) of #57259c color hex is 0.44, 0.76, 0.00, 0.39. Web safe color of #57259c is #663399. Color #57259c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00100101 | 10011100 |
Octal | 127 | 45 | 234 |
Decimal | 87 | 37 | 156 |
Hex | 57 | 25 | 9C |
Shades of #57259c
Tints of #57259c
RGB Percentages of Color #57259c
CMYK Percentages of Color #57259c
Complementary Color
#57259c | #6a9c25 |
#57259c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57259c Color Preview on White Background
Lorem ipsum dolor sit amet.
#57259c Color CSS Codes
.mybgcolor {background-color:#57259c; } .myforecolor {color:#57259c; } .mybordercolor {border:3px solid #57259c; }
#57259c Text Font Color
<p style="color:#57259c">Text here</p>
This sample text font color is #57259c
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.
#57259c Background Color
<div style="background-color:#57259c">
Div content here</div>
This div background color is #57259c
#57259c Border Color
<div style="border:3px solid #57259c">
Div here</div>
This div border color is #57259c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,37,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57259c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57259c; -webkit-box-shadow: 1px 1px 3px 2px #57259c; box-shadow: 1px 1px 3px 2px #57259c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,37,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57259c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57259c; -webkit-box-shadow: 1px 1px 3px 2px #57259c; box-shadow: 1px 1px 3px 2px #57259c;">
Div content here</div>
This div box has shadow with color #57259c
Comments
No comments written yet.
Please login to write comment.