Color spaces of #575cfe
RGB | 87 | 92 | 254 |
---|---|---|---|
HSL | 0.66 | 0.99 | 0.67 |
HSV | 238° | 66° | 100° |
CMYK | 0.66 | 0.64 | 0.00 0.00 |
XYZ | 25.6470 | 16.8363 | 95.6639 |
Yxy | 16.8363 | 0.1856 | 0.1219 |
Hunter Lab | 41.0321 | 39.7649 | -109.5088 |
CIE-Lab | 48.0531 | 47.0083 | -81.1182 |
#575cfe color RGB value is (87,92,254).
#575cfe hex color red value is 87, green value is 92 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #575cfe hue: 0.66 , saturation: 0.99 and the lightness value of 575cfe is 0.67.
The process color (four color CMYK) of #575cfe color hex is 0.66, 0.64, 0.00, 0.00. Web safe color of #575cfe is #6666ff. Color #575cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01011100 | 11111110 |
Octal | 127 | 134 | 376 |
Decimal | 87 | 92 | 254 |
Hex | 57 | 5C | FE |
Shades of #575cfe
Tints of #575cfe
RGB Percentages of Color #575cfe
CMYK Percentages of Color #575cfe
Complementary Color
#575cfe | #fef957 |
#575cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#575cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#575cfe Color CSS Codes
.mybgcolor {background-color:#575cfe; } .myforecolor {color:#575cfe; } .mybordercolor {border:3px solid #575cfe; }
#575cfe Text Font Color
<p style="color:#575cfe">Text here</p>
This sample text font color is #575cfe
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.
#575cfe Background Color
<div style="background-color:#575cfe">
Div content here</div>
This div background color is #575cfe
#575cfe Border Color
<div style="border:3px solid #575cfe">
Div here</div>
This div border color is #575cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,92,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #575cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #575cfe; -webkit-box-shadow: 1px 1px 3px 2px #575cfe; box-shadow: 1px 1px 3px 2px #575cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,92,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #575cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #575cfe; -webkit-box-shadow: 1px 1px 3px 2px #575cfe; box-shadow: 1px 1px 3px 2px #575cfe;">
Div content here</div>
This div box has shadow with color #575cfe
Comments
No comments written yet.
Please login to write comment.