Color spaces of #577fea
RGB | 87 | 127 | 234 |
---|---|---|---|
HSL | 0.62 | 0.78 | 0.63 |
HSV | 224° | 63° | 92° |
CMYK | 0.63 | 0.46 | 0.00 0.08 |
XYZ | 26.3711 | 23.1455 | 80.9195 |
Yxy | 23.1455 | 0.2022 | 0.1774 |
Hunter Lab | 48.1098 | 13.6517 | -66.0475 |
CIE-Lab | 55.2219 | 19.1210 | -58.3631 |
#577fea color RGB value is (87,127,234).
#577fea hex color red value is 87, green value is 127 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #577fea hue: 0.62 , saturation: 0.78 and the lightness value of 577fea is 0.63.
The process color (four color CMYK) of #577fea color hex is 0.63, 0.46, 0.00, 0.08. Web safe color of #577fea is #6666ff. Color #577fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01111111 | 11101010 |
Octal | 127 | 177 | 352 |
Decimal | 87 | 127 | 234 |
Hex | 57 | 7F | EA |
Shades of #577fea
Tints of #577fea
RGB Percentages of Color #577fea
CMYK Percentages of Color #577fea
Complementary Color
#577fea | #eac257 |
#577fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#577fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#577fea Color CSS Codes
.mybgcolor {background-color:#577fea; } .myforecolor {color:#577fea; } .mybordercolor {border:3px solid #577fea; }
#577fea Text Font Color
<p style="color:#577fea">Text here</p>
This sample text font color is #577fea
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.
#577fea Background Color
<div style="background-color:#577fea">
Div content here</div>
This div background color is #577fea
#577fea Border Color
<div style="border:3px solid #577fea">
Div here</div>
This div border color is #577fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,127,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #577fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #577fea; -webkit-box-shadow: 1px 1px 3px 2px #577fea; box-shadow: 1px 1px 3px 2px #577fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,127,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 #577fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #577fea; -webkit-box-shadow: 1px 1px 3px 2px #577fea; box-shadow: 1px 1px 3px 2px #577fea;">
Div content here</div>
This div box has shadow with color #577fea
Comments
No comments written yet.
Please login to write comment.