Color spaces of #572262
RGB | 87 | 34 | 98 |
---|---|---|---|
HSL | 0.80 | 0.48 | 0.26 |
HSV | 290° | 65° | 38° |
CMYK | 0.11 | 0.65 | 0.00 0.62 |
XYZ | 6.7071 | 4.0521 | 11.9839 |
Yxy | 4.0521 | 0.2949 | 0.1782 |
Hunter Lab | 20.1298 | 24.2476 | -21.2063 |
CIE-Lab | 23.8429 | 34.8815 | -27.1517 |
#572262 color RGB value is (87,34,98).
#572262 hex color red value is 87, green value is 34 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #572262 hue: 0.80 , saturation: 0.48 and the lightness value of 572262 is 0.26.
The process color (four color CMYK) of #572262 color hex is 0.11, 0.65, 0.00, 0.62. Web safe color of #572262 is #663366. Color #572262 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00100010 | 01100010 |
Octal | 127 | 42 | 142 |
Decimal | 87 | 34 | 98 |
Hex | 57 | 22 | 62 |
Shades of #572262
Tints of #572262
RGB Percentages of Color #572262
CMYK Percentages of Color #572262
Complementary Color
#572262 | #2d6222 |
#572262 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#572262 Color Preview on White Background
Lorem ipsum dolor sit amet.
#572262 Color CSS Codes
.mybgcolor {background-color:#572262; } .myforecolor {color:#572262; } .mybordercolor {border:3px solid #572262; }
#572262 Text Font Color
<p style="color:#572262">Text here</p>
This sample text font color is #572262
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.
#572262 Background Color
<div style="background-color:#572262">
Div content here</div>
This div background color is #572262
#572262 Border Color
<div style="border:3px solid #572262">
Div here</div>
This div border color is #572262
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,34,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #572262; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #572262; -webkit-box-shadow: 1px 1px 3px 2px #572262; box-shadow: 1px 1px 3px 2px #572262; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,34,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #572262">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #572262; -webkit-box-shadow: 1px 1px 3px 2px #572262; box-shadow: 1px 1px 3px 2px #572262;">
Div content here</div>
This div box has shadow with color #572262
Comments
No comments written yet.
Please login to write comment.