Color spaces of #57233f
RGB | 87 | 35 | 63 |
---|---|---|---|
HSL | 0.91 | 0.43 | 0.24 |
HSV | 328° | 60° | 34° |
CMYK | 0.00 | 0.60 | 0.28 0.66 |
XYZ | 5.4287 | 3.5872 | 5.1089 |
Yxy | 3.5872 | 0.3843 | 0.2540 |
Hunter Lab | 18.9399 | 18.0182 | -2.7351 |
CIE-Lab | 22.2569 | 27.6550 | -6.1759 |
#57233f color RGB value is (87,35,63).
#57233f hex color red value is 87, green value is 35 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #57233f hue: 0.91 , saturation: 0.43 and the lightness value of 57233f is 0.24.
The process color (four color CMYK) of #57233f color hex is 0.00, 0.60, 0.28, 0.66. Web safe color of #57233f is #663333. Color #57233f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00100011 | 00111111 |
Octal | 127 | 43 | 77 |
Decimal | 87 | 35 | 63 |
Hex | 57 | 23 | 3F |
Shades of #57233f
Tints of #57233f
RGB Percentages of Color #57233f
CMYK Percentages of Color #57233f
Complementary Color
#57233f | #23573b |
#57233f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#57233f Color Preview on White Background
Lorem ipsum dolor sit amet.
#57233f Color CSS Codes
.mybgcolor {background-color:#57233f; } .myforecolor {color:#57233f; } .mybordercolor {border:3px solid #57233f; }
#57233f Text Font Color
<p style="color:#57233f">Text here</p>
This sample text font color is #57233f
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.
#57233f Background Color
<div style="background-color:#57233f">
Div content here</div>
This div background color is #57233f
#57233f Border Color
<div style="border:3px solid #57233f">
Div here</div>
This div border color is #57233f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,35,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #57233f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57233f; -webkit-box-shadow: 1px 1px 3px 2px #57233f; box-shadow: 1px 1px 3px 2px #57233f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,35,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #57233f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #57233f; -webkit-box-shadow: 1px 1px 3px 2px #57233f; box-shadow: 1px 1px 3px 2px #57233f;">
Div content here</div>
This div box has shadow with color #57233f
Comments
No comments written yet.
Please login to write comment.