Color spaces of #572bed
RGB | 87 | 43 | 237 |
---|---|---|---|
HSL | 0.70 | 0.84 | 0.55 |
HSV | 254° | 82° | 93° |
CMYK | 0.63 | 0.82 | 0.00 0.07 |
XYZ | 20.0804 | 9.8684 | 80.9672 |
Yxy | 9.8684 | 0.1810 | 0.0890 |
Hunter Lab | 31.4140 | 59.1259 | -130.8256 |
CIE-Lab | 37.6052 | 66.7362 | -88.7723 |
#572bed color RGB value is (87,43,237).
#572bed hex color red value is 87, green value is 43 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #572bed hue: 0.70 , saturation: 0.84 and the lightness value of 572bed is 0.55.
The process color (four color CMYK) of #572bed color hex is 0.63, 0.82, 0.00, 0.07. Web safe color of #572bed is #6633ff. Color #572bed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00101011 | 11101101 |
Octal | 127 | 53 | 355 |
Decimal | 87 | 43 | 237 |
Hex | 57 | 2B | ED |
Shades of #572bed
Tints of #572bed
RGB Percentages of Color #572bed
CMYK Percentages of Color #572bed
Complementary Color
#572bed | #c1ed2b |
#572bed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#572bed Color Preview on White Background
Lorem ipsum dolor sit amet.
#572bed Color CSS Codes
.mybgcolor {background-color:#572bed; } .myforecolor {color:#572bed; } .mybordercolor {border:3px solid #572bed; }
#572bed Text Font Color
<p style="color:#572bed">Text here</p>
This sample text font color is #572bed
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.
#572bed Background Color
<div style="background-color:#572bed">
Div content here</div>
This div background color is #572bed
#572bed Border Color
<div style="border:3px solid #572bed">
Div here</div>
This div border color is #572bed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,43,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #572bed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #572bed; -webkit-box-shadow: 1px 1px 3px 2px #572bed; box-shadow: 1px 1px 3px 2px #572bed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,43,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #572bed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #572bed; -webkit-box-shadow: 1px 1px 3px 2px #572bed; box-shadow: 1px 1px 3px 2px #572bed;">
Div content here</div>
This div box has shadow with color #572bed
Comments
No comments written yet.
Please login to write comment.