Color spaces of #c40ccd
RGB | 196 | 12 | 205 |
---|---|---|---|
HSL | 0.83 | 0.89 | 0.43 |
HSV | 297° | 94° | 80° |
CMYK | 0.04 | 0.94 | 0.00 0.20 |
XYZ | 33.9159 | 16.4065 | 59.1368 |
Yxy | 16.4065 | 0.3098 | 0.1499 |
Hunter Lab | 40.5049 | 78.5793 | -58.2093 |
CIE-Lab | 47.5034 | 80.9219 | -53.6898 |
#c40ccd color RGB value is (196,12,205).
#c40ccd hex color red value is 196, green value is 12 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c40ccd hue: 0.83 , saturation: 0.89 and the lightness value of c40ccd is 0.43.
The process color (four color CMYK) of #c40ccd color hex is 0.04, 0.94, 0.00, 0.20. Web safe color of #c40ccd is #cc00cc. Color #c40ccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001100 | 11001101 |
Octal | 304 | 14 | 315 |
Decimal | 196 | 12 | 205 |
Hex | C4 | C | CD |
Shades of #c40ccd
Tints of #c40ccd
RGB Percentages of Color #c40ccd
CMYK Percentages of Color #c40ccd
Complementary Color
#c40ccd | #15cd0c |
#c40ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40ccd Color CSS Codes
.mybgcolor {background-color:#c40ccd; } .myforecolor {color:#c40ccd; } .mybordercolor {border:3px solid #c40ccd; }
#c40ccd Text Font Color
<p style="color:#c40ccd">Text here</p>
This sample text font color is #c40ccd
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.
#c40ccd Background Color
<div style="background-color:#c40ccd">
Div content here</div>
This div background color is #c40ccd
#c40ccd Border Color
<div style="border:3px solid #c40ccd">
Div here</div>
This div border color is #c40ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,12,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40ccd; -webkit-box-shadow: 1px 1px 3px 2px #c40ccd; box-shadow: 1px 1px 3px 2px #c40ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,12,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40ccd; -webkit-box-shadow: 1px 1px 3px 2px #c40ccd; box-shadow: 1px 1px 3px 2px #c40ccd;">
Div content here</div>
This div box has shadow with color #c40ccd
Comments
No comments written yet.
Please login to write comment.