Color spaces of #571cce
RGB | 87 | 28 | 206 |
---|---|---|---|
HSL | 0.72 | 0.76 | 0.46 |
HSV | 260° | 86° | 81° |
CMYK | 0.58 | 0.86 | 0.00 0.19 |
XYZ | 15.4863 | 7.3130 | 58.9878 |
Yxy | 7.3130 | 0.1893 | 0.0894 |
Hunter Lab | 27.0426 | 54.8960 | -110.3992 |
CIE-Lab | 32.5091 | 63.9995 | -79.4048 |
#571cce color RGB value is (87,28,206).
#571cce hex color red value is 87, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #571cce hue: 0.72 , saturation: 0.76 and the lightness value of 571cce is 0.46.
The process color (four color CMYK) of #571cce color hex is 0.58, 0.86, 0.00, 0.19. Web safe color of #571cce is #6633cc. Color #571cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010111 | 00011100 | 11001110 |
Octal | 127 | 34 | 316 |
Decimal | 87 | 28 | 206 |
Hex | 57 | 1C | CE |
Shades of #571cce
Tints of #571cce
RGB Percentages of Color #571cce
CMYK Percentages of Color #571cce
Complementary Color
#571cce | #93ce1c |
#571cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#571cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#571cce Color CSS Codes
.mybgcolor {background-color:#571cce; } .myforecolor {color:#571cce; } .mybordercolor {border:3px solid #571cce; }
#571cce Text Font Color
<p style="color:#571cce">Text here</p>
This sample text font color is #571cce
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.
#571cce Background Color
<div style="background-color:#571cce">
Div content here</div>
This div background color is #571cce
#571cce Border Color
<div style="border:3px solid #571cce">
Div here</div>
This div border color is #571cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(87,28,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #571cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #571cce; -webkit-box-shadow: 1px 1px 3px 2px #571cce; box-shadow: 1px 1px 3px 2px #571cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(87,28,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #571cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #571cce; -webkit-box-shadow: 1px 1px 3px 2px #571cce; box-shadow: 1px 1px 3px 2px #571cce;">
Div content here</div>
This div box has shadow with color #571cce
Comments
No comments written yet.
Please login to write comment.