Color spaces of #c40edd
RGB | 196 | 14 | 221 |
---|---|---|---|
HSL | 0.81 | 0.88 | 0.46 |
HSV | 293° | 94° | 87° |
CMYK | 0.11 | 0.94 | 0.00 0.13 |
XYZ | 35.9731 | 17.2703 | 69.8441 |
Yxy | 17.2703 | 0.2923 | 0.1403 |
Hunter Lab | 41.5576 | 81.7877 | -70.5560 |
CIE-Lab | 48.5988 | 83.2301 | -61.1085 |
#c40edd color RGB value is (196,14,221).
#c40edd hex color red value is 196, green value is 14 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c40edd hue: 0.81 , saturation: 0.88 and the lightness value of c40edd is 0.46.
The process color (four color CMYK) of #c40edd color hex is 0.11, 0.94, 0.00, 0.13. Web safe color of #c40edd is #cc00cc. Color #c40edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001110 | 11011101 |
Octal | 304 | 16 | 335 |
Decimal | 196 | 14 | 221 |
Hex | C4 | E | DD |
Shades of #c40edd
Tints of #c40edd
RGB Percentages of Color #c40edd
CMYK Percentages of Color #c40edd
Complementary Color
#c40edd | #27dd0e |
#c40edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40edd Color CSS Codes
.mybgcolor {background-color:#c40edd; } .myforecolor {color:#c40edd; } .mybordercolor {border:3px solid #c40edd; }
#c40edd Text Font Color
<p style="color:#c40edd">Text here</p>
This sample text font color is #c40edd
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.
#c40edd Background Color
<div style="background-color:#c40edd">
Div content here</div>
This div background color is #c40edd
#c40edd Border Color
<div style="border:3px solid #c40edd">
Div here</div>
This div border color is #c40edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,14,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40edd; -webkit-box-shadow: 1px 1px 3px 2px #c40edd; box-shadow: 1px 1px 3px 2px #c40edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,14,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40edd; -webkit-box-shadow: 1px 1px 3px 2px #c40edd; box-shadow: 1px 1px 3px 2px #c40edd;">
Div content here</div>
This div box has shadow with color #c40edd
Comments
No comments written yet.
Please login to write comment.