Color spaces of #570634
RGB | 87 | 6 | 52 |
---|---|---|---|
HSL | 0.91 | 0.87 | 0.18 |
HSV | 326° | 93° | 34° |
CMYK | 0.00 | 0.93 | 0.40 0.66 |
XYZ | 4.6154 | 2.4044 | 3.4697 |
Yxy | 2.4044 | 0.4400 | 0.2292 |
Hunter Lab | 15.5061 | 25.9948 | -2.4126 |
CIE-Lab | 17.4806 | 38.1019 | -5.6823 |
#570634 color RGB value is (87,6,52).
#570634 hex color red value is 87, green value is 6 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #570634 hue: 0.91 , saturation: 0.87 and the lightness value of 570634 is 0.18.
The process color (four color CMYK) of #570634 color hex is 0.00, 0.93, 0.40, 0.66. Web safe color of #570634 is #660033. Color #570634 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00000110 | 00110100 |
Octal | 127 | 6 | 64 |
Decimal | 87 | 6 | 52 |
Hex | 57 | 6 | 34 |
Shades of #570634
Tints of #570634
RGB Percentages of Color #570634
CMYK Percentages of Color #570634
Complementary Color
#570634 | #065729 |
#570634 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#570634 Color Preview on White Background
Lorem ipsum dolor sit amet.
#570634 Color CSS Codes
.mybgcolor {background-color:#570634; } .myforecolor {color:#570634; } .mybordercolor {border:3px solid #570634; }
#570634 Text Font Color
<p style="color:#570634">Text here</p>
This sample text font color is #570634
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.
#570634 Background Color
<div style="background-color:#570634">
Div content here</div>
This div background color is #570634
#570634 Border Color
<div style="border:3px solid #570634">
Div here</div>
This div border color is #570634
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,6,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #570634; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #570634; -webkit-box-shadow: 1px 1px 3px 2px #570634; box-shadow: 1px 1px 3px 2px #570634; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,6,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #570634">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #570634; -webkit-box-shadow: 1px 1px 3px 2px #570634; box-shadow: 1px 1px 3px 2px #570634;">
Div content here</div>
This div box has shadow with color #570634
Comments
No comments written yet.
Please login to write comment.