Color spaces of #c40cce
RGB | 196 | 12 | 206 |
---|---|---|---|
HSL | 0.82 | 0.89 | 0.43 |
HSV | 297° | 94° | 81° |
CMYK | 0.05 | 0.94 | 0.00 0.19 |
XYZ | 34.0370 | 16.4549 | 59.7747 |
Yxy | 16.4549 | 0.3087 | 0.1492 |
Hunter Lab | 40.5646 | 78.7878 | -58.9725 |
CIE-Lab | 47.5657 | 81.0746 | -54.1669 |
#c40cce color RGB value is (196,12,206).
#c40cce hex color red value is 196, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c40cce hue: 0.82 , saturation: 0.89 and the lightness value of c40cce is 0.43.
The process color (four color CMYK) of #c40cce color hex is 0.05, 0.94, 0.00, 0.19. Web safe color of #c40cce is #cc00cc. Color #c40cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001100 | 11001110 |
Octal | 304 | 14 | 316 |
Decimal | 196 | 12 | 206 |
Hex | C4 | C | CE |
Shades of #c40cce
Tints of #c40cce
RGB Percentages of Color #c40cce
CMYK Percentages of Color #c40cce
Complementary Color
#c40cce | #16ce0c |
#c40cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40cce Color CSS Codes
.mybgcolor {background-color:#c40cce; } .myforecolor {color:#c40cce; } .mybordercolor {border:3px solid #c40cce; }
#c40cce Text Font Color
<p style="color:#c40cce">Text here</p>
This sample text font color is #c40cce
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.
#c40cce Background Color
<div style="background-color:#c40cce">
Div content here</div>
This div background color is #c40cce
#c40cce Border Color
<div style="border:3px solid #c40cce">
Div here</div>
This div border color is #c40cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,12,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40cce; -webkit-box-shadow: 1px 1px 3px 2px #c40cce; box-shadow: 1px 1px 3px 2px #c40cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,12,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 #c40cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40cce; -webkit-box-shadow: 1px 1px 3px 2px #c40cce; box-shadow: 1px 1px 3px 2px #c40cce;">
Div content here</div>
This div box has shadow with color #c40cce
Comments
No comments written yet.
Please login to write comment.