Color spaces of #577fda
RGB | 87 | 127 | 218 |
---|---|---|---|
HSL | 0.62 | 0.64 | 0.60 |
HSV | 222° | 60° | 85° |
CMYK | 0.60 | 0.42 | 0.00 0.15 |
XYZ | 24.1747 | 22.2669 | 69.3535 |
Yxy | 22.2669 | 0.2088 | 0.1923 |
Hunter Lab | 47.1878 | 8.8683 | -54.1090 |
CIE-Lab | 54.3091 | 13.7382 | -50.8584 |
#577fda color RGB value is (87,127,218).
#577fda hex color red value is 87, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #577fda hue: 0.62 , saturation: 0.64 and the lightness value of 577fda is 0.60.
The process color (four color CMYK) of #577fda color hex is 0.60, 0.42, 0.00, 0.15. Web safe color of #577fda is #6666cc. Color #577fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01111111 | 11011010 |
Octal | 127 | 177 | 332 |
Decimal | 87 | 127 | 218 |
Hex | 57 | 7F | DA |
Shades of #577fda
Tints of #577fda
RGB Percentages of Color #577fda
CMYK Percentages of Color #577fda
Complementary Color
#577fda | #dab257 |
#577fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#577fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#577fda Color CSS Codes
.mybgcolor {background-color:#577fda; } .myforecolor {color:#577fda; } .mybordercolor {border:3px solid #577fda; }
#577fda Text Font Color
<p style="color:#577fda">Text here</p>
This sample text font color is #577fda
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.
#577fda Background Color
<div style="background-color:#577fda">
Div content here</div>
This div background color is #577fda
#577fda Border Color
<div style="border:3px solid #577fda">
Div here</div>
This div border color is #577fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,127,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #577fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #577fda; -webkit-box-shadow: 1px 1px 3px 2px #577fda; box-shadow: 1px 1px 3px 2px #577fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,127,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #577fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #577fda; -webkit-box-shadow: 1px 1px 3px 2px #577fda; box-shadow: 1px 1px 3px 2px #577fda;">
Div content here</div>
This div box has shadow with color #577fda
Comments
No comments written yet.
Please login to write comment.