Color spaces of #572446
RGB | 87 | 36 | 70 |
---|---|---|---|
HSL | 0.89 | 0.41 | 0.24 |
HSV | 320° | 59° | 34° |
CMYK | 0.00 | 0.59 | 0.20 0.66 |
XYZ | 5.6668 | 3.7302 | 6.2157 |
Yxy | 3.7302 | 0.3630 | 0.2389 |
Hunter Lab | 19.3137 | 18.5743 | -5.5616 |
CIE-Lab | 22.7587 | 28.2672 | -10.1835 |
#572446 color RGB value is (87,36,70).
#572446 hex color red value is 87, green value is 36 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #572446 hue: 0.89 , saturation: 0.41 and the lightness value of 572446 is 0.24.
The process color (four color CMYK) of #572446 color hex is 0.00, 0.59, 0.20, 0.66. Web safe color of #572446 is #663333. Color #572446 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00100100 | 01000110 |
Octal | 127 | 44 | 106 |
Decimal | 87 | 36 | 70 |
Hex | 57 | 24 | 46 |
Shades of #572446
Tints of #572446
RGB Percentages of Color #572446
CMYK Percentages of Color #572446
Complementary Color
#572446 | #245735 |
#572446 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#572446 Color Preview on White Background
Lorem ipsum dolor sit amet.
#572446 Color CSS Codes
.mybgcolor {background-color:#572446; } .myforecolor {color:#572446; } .mybordercolor {border:3px solid #572446; }
#572446 Text Font Color
<p style="color:#572446">Text here</p>
This sample text font color is #572446
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.
#572446 Background Color
<div style="background-color:#572446">
Div content here</div>
This div background color is #572446
#572446 Border Color
<div style="border:3px solid #572446">
Div here</div>
This div border color is #572446
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,36,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #572446; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #572446; -webkit-box-shadow: 1px 1px 3px 2px #572446; box-shadow: 1px 1px 3px 2px #572446; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,36,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #572446">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #572446; -webkit-box-shadow: 1px 1px 3px 2px #572446; box-shadow: 1px 1px 3px 2px #572446;">
Div content here</div>
This div box has shadow with color #572446
Comments
No comments written yet.
Please login to write comment.