Color spaces of #573aec
RGB | 87 | 58 | 236 |
---|---|---|---|
HSL | 0.69 | 0.82 | 0.58 |
HSV | 250° | 75° | 93° |
CMYK | 0.63 | 0.75 | 0.00 0.07 |
XYZ | 20.5839 | 11.1085 | 80.4161 |
Yxy | 11.1085 | 0.1836 | 0.0991 |
Hunter Lab | 33.3294 | 51.9133 | -119.7223 |
CIE-Lab | 39.7626 | 59.9055 | -84.6406 |
#573aec color RGB value is (87,58,236).
#573aec hex color red value is 87, green value is 58 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #573aec hue: 0.69 , saturation: 0.82 and the lightness value of 573aec is 0.58.
The process color (four color CMYK) of #573aec color hex is 0.63, 0.75, 0.00, 0.07. Web safe color of #573aec is #6633ff. Color #573aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00111010 | 11101100 |
Octal | 127 | 72 | 354 |
Decimal | 87 | 58 | 236 |
Hex | 57 | 3A | EC |
Shades of #573aec
Tints of #573aec
RGB Percentages of Color #573aec
CMYK Percentages of Color #573aec
Complementary Color
#573aec | #cfec3a |
#573aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#573aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#573aec Color CSS Codes
.mybgcolor {background-color:#573aec; } .myforecolor {color:#573aec; } .mybordercolor {border:3px solid #573aec; }
#573aec Text Font Color
<p style="color:#573aec">Text here</p>
This sample text font color is #573aec
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.
#573aec Background Color
<div style="background-color:#573aec">
Div content here</div>
This div background color is #573aec
#573aec Border Color
<div style="border:3px solid #573aec">
Div here</div>
This div border color is #573aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,58,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #573aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #573aec; -webkit-box-shadow: 1px 1px 3px 2px #573aec; box-shadow: 1px 1px 3px 2px #573aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,58,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #573aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #573aec; -webkit-box-shadow: 1px 1px 3px 2px #573aec; box-shadow: 1px 1px 3px 2px #573aec;">
Div content here</div>
This div box has shadow with color #573aec
Comments
No comments written yet.
Please login to write comment.