Color spaces of #c556fc
RGB | 197 | 86 | 252 |
---|---|---|---|
HSL | 0.78 | 0.97 | 0.66 |
HSV | 280° | 66° | 99° |
CMYK | 0.22 | 0.66 | 0.00 0.01 |
XYZ | 43.9244 | 25.5542 | 94.7128 |
Yxy | 25.5542 | 0.2675 | 0.1556 |
Hunter Lab | 50.5512 | 66.6359 | -75.7001 |
CIE-Lab | 57.6115 | 69.2772 | -64.0014 |
#c556fc color RGB value is (197,86,252).
#c556fc hex color red value is 197, green value is 86 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c556fc hue: 0.78 , saturation: 0.97 and the lightness value of c556fc is 0.66.
The process color (four color CMYK) of #c556fc color hex is 0.22, 0.66, 0.00, 0.01. Web safe color of #c556fc is #cc66ff. Color #c556fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01010110 | 11111100 |
Octal | 305 | 126 | 374 |
Decimal | 197 | 86 | 252 |
Hex | C5 | 56 | FC |
Shades of #c556fc
Tints of #c556fc
RGB Percentages of Color #c556fc
CMYK Percentages of Color #c556fc
Complementary Color
#c556fc | #8dfc56 |
#c556fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c556fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c556fc Color CSS Codes
.mybgcolor {background-color:#c556fc; } .myforecolor {color:#c556fc; } .mybordercolor {border:3px solid #c556fc; }
#c556fc Text Font Color
<p style="color:#c556fc">Text here</p>
This sample text font color is #c556fc
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.
#c556fc Background Color
<div style="background-color:#c556fc">
Div content here</div>
This div background color is #c556fc
#c556fc Border Color
<div style="border:3px solid #c556fc">
Div here</div>
This div border color is #c556fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,86,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c556fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c556fc; -webkit-box-shadow: 1px 1px 3px 2px #c556fc; box-shadow: 1px 1px 3px 2px #c556fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,86,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c556fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c556fc; -webkit-box-shadow: 1px 1px 3px 2px #c556fc; box-shadow: 1px 1px 3px 2px #c556fc;">
Div content here</div>
This div box has shadow with color #c556fc
Comments
No comments written yet.
Please login to write comment.