Color spaces of #570453
RGB | 87 | 4 | 83 |
---|---|---|---|
HSL | 0.84 | 0.91 | 0.18 |
HSV | 303° | 95° | 34° |
CMYK | 0.00 | 0.95 | 0.05 0.66 |
XYZ | 5.5352 | 2.7376 | 8.4203 |
Yxy | 2.7376 | 0.3316 | 0.1640 |
Hunter Lab | 16.5457 | 30.7605 | -18.5914 |
CIE-Lab | 18.9608 | 43.1134 | -24.9318 |
#570453 color RGB value is (87,4,83).
#570453 hex color red value is 87, green value is 4 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #570453 hue: 0.84 , saturation: 0.91 and the lightness value of 570453 is 0.18.
The process color (four color CMYK) of #570453 color hex is 0.00, 0.95, 0.05, 0.66. Web safe color of #570453 is #660066. Color #570453 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00000100 | 01010011 |
Octal | 127 | 4 | 123 |
Decimal | 87 | 4 | 83 |
Hex | 57 | 4 | 53 |
Shades of #570453
Tints of #570453
RGB Percentages of Color #570453
CMYK Percentages of Color #570453
Complementary Color
#570453 | #045708 |
#570453 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#570453 Color Preview on White Background
Lorem ipsum dolor sit amet.
#570453 Color CSS Codes
.mybgcolor {background-color:#570453; } .myforecolor {color:#570453; } .mybordercolor {border:3px solid #570453; }
#570453 Text Font Color
<p style="color:#570453">Text here</p>
This sample text font color is #570453
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.
#570453 Background Color
<div style="background-color:#570453">
Div content here</div>
This div background color is #570453
#570453 Border Color
<div style="border:3px solid #570453">
Div here</div>
This div border color is #570453
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,4,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #570453; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #570453; -webkit-box-shadow: 1px 1px 3px 2px #570453; box-shadow: 1px 1px 3px 2px #570453; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,4,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #570453">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #570453; -webkit-box-shadow: 1px 1px 3px 2px #570453; box-shadow: 1px 1px 3px 2px #570453;">
Div content here</div>
This div box has shadow with color #570453
Comments
No comments written yet.
Please login to write comment.