Color spaces of #573aad
RGB | 87 | 58 | 173 |
---|---|---|---|
HSL | 0.71 | 0.50 | 0.45 |
HSV | 255° | 66° | 68° |
CMYK | 0.50 | 0.66 | 0.00 0.32 |
XYZ | 12.9864 | 8.0695 | 40.4083 |
Yxy | 8.0695 | 0.2113 | 0.1313 |
Hunter Lab | 28.4069 | 31.8905 | -64.4542 |
CIE-Lab | 34.1272 | 41.4599 | -57.2992 |
#573aad color RGB value is (87,58,173).
#573aad hex color red value is 87, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #573aad hue: 0.71 , saturation: 0.50 and the lightness value of 573aad is 0.45.
The process color (four color CMYK) of #573aad color hex is 0.50, 0.66, 0.00, 0.32. Web safe color of #573aad is #663399. Color #573aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00111010 | 10101101 |
Octal | 127 | 72 | 255 |
Decimal | 87 | 58 | 173 |
Hex | 57 | 3A | AD |
Shades of #573aad
Tints of #573aad
RGB Percentages of Color #573aad
CMYK Percentages of Color #573aad
Complementary Color
#573aad | #90ad3a |
#573aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#573aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#573aad Color CSS Codes
.mybgcolor {background-color:#573aad; } .myforecolor {color:#573aad; } .mybordercolor {border:3px solid #573aad; }
#573aad Text Font Color
<p style="color:#573aad">Text here</p>
This sample text font color is #573aad
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.
#573aad Background Color
<div style="background-color:#573aad">
Div content here</div>
This div background color is #573aad
#573aad Border Color
<div style="border:3px solid #573aad">
Div here</div>
This div border color is #573aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,58,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #573aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #573aad; -webkit-box-shadow: 1px 1px 3px 2px #573aad; box-shadow: 1px 1px 3px 2px #573aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,58,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #573aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #573aad; -webkit-box-shadow: 1px 1px 3px 2px #573aad; box-shadow: 1px 1px 3px 2px #573aad;">
Div content here</div>
This div box has shadow with color #573aad
Comments
No comments written yet.
Please login to write comment.