Color spaces of #572bea
RGB | 87 | 43 | 234 |
---|---|---|---|
HSL | 0.71 | 0.82 | 0.54 |
HSV | 254° | 82° | 92° |
CMYK | 0.63 | 0.82 | 0.00 0.08 |
XYZ | 19.6456 | 9.6945 | 78.6777 |
Yxy | 9.6945 | 0.1819 | 0.0897 |
Hunter Lab | 31.1360 | 58.1386 | -128.0250 |
CIE-Lab | 37.2885 | 65.9364 | -87.5942 |
#572bea color RGB value is (87,43,234).
#572bea hex color red value is 87, green value is 43 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #572bea hue: 0.71 , saturation: 0.82 and the lightness value of 572bea is 0.54.
The process color (four color CMYK) of #572bea color hex is 0.63, 0.82, 0.00, 0.08. Web safe color of #572bea is #6633ff. Color #572bea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00101011 | 11101010 |
Octal | 127 | 53 | 352 |
Decimal | 87 | 43 | 234 |
Hex | 57 | 2B | EA |
Shades of #572bea
Tints of #572bea
RGB Percentages of Color #572bea
CMYK Percentages of Color #572bea
Complementary Color
#572bea | #beea2b |
#572bea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#572bea Color Preview on White Background
Lorem ipsum dolor sit amet.
#572bea Color CSS Codes
.mybgcolor {background-color:#572bea; } .myforecolor {color:#572bea; } .mybordercolor {border:3px solid #572bea; }
#572bea Text Font Color
<p style="color:#572bea">Text here</p>
This sample text font color is #572bea
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.
#572bea Background Color
<div style="background-color:#572bea">
Div content here</div>
This div background color is #572bea
#572bea Border Color
<div style="border:3px solid #572bea">
Div here</div>
This div border color is #572bea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,43,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #572bea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #572bea; -webkit-box-shadow: 1px 1px 3px 2px #572bea; box-shadow: 1px 1px 3px 2px #572bea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,43,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #572bea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #572bea; -webkit-box-shadow: 1px 1px 3px 2px #572bea; box-shadow: 1px 1px 3px 2px #572bea;">
Div content here</div>
This div box has shadow with color #572bea
Comments
No comments written yet.
Please login to write comment.