Color spaces of #575cfd
RGB | 87 | 92 | 253 |
---|---|---|---|
HSL | 0.66 | 0.98 | 0.67 |
HSV | 238° | 66° | 99° |
CMYK | 0.66 | 0.64 | 0.00 0.01 |
XYZ | 25.4872 | 16.7724 | 94.8226 |
Yxy | 16.7724 | 0.1859 | 0.1224 |
Hunter Lab | 40.9541 | 39.4172 | -108.6085 |
CIE-Lab | 47.9720 | 46.6856 | -80.6949 |
#575cfd color RGB value is (87,92,253).
#575cfd hex color red value is 87, green value is 92 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #575cfd hue: 0.66 , saturation: 0.98 and the lightness value of 575cfd is 0.67.
The process color (four color CMYK) of #575cfd color hex is 0.66, 0.64, 0.00, 0.01. Web safe color of #575cfd is #6666ff. Color #575cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 01011100 | 11111101 |
Octal | 127 | 134 | 375 |
Decimal | 87 | 92 | 253 |
Hex | 57 | 5C | FD |
Shades of #575cfd
Tints of #575cfd
RGB Percentages of Color #575cfd
CMYK Percentages of Color #575cfd
Complementary Color
#575cfd | #fdf857 |
#575cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#575cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#575cfd Color CSS Codes
.mybgcolor {background-color:#575cfd; } .myforecolor {color:#575cfd; } .mybordercolor {border:3px solid #575cfd; }
#575cfd Text Font Color
<p style="color:#575cfd">Text here</p>
This sample text font color is #575cfd
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.
#575cfd Background Color
<div style="background-color:#575cfd">
Div content here</div>
This div background color is #575cfd
#575cfd Border Color
<div style="border:3px solid #575cfd">
Div here</div>
This div border color is #575cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,92,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #575cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #575cfd; -webkit-box-shadow: 1px 1px 3px 2px #575cfd; box-shadow: 1px 1px 3px 2px #575cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,92,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #575cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #575cfd; -webkit-box-shadow: 1px 1px 3px 2px #575cfd; box-shadow: 1px 1px 3px 2px #575cfd;">
Div content here</div>
This div box has shadow with color #575cfd
Comments
No comments written yet.
Please login to write comment.