Color spaces of #c40dcf
RGB | 196 | 13 | 207 |
---|---|---|---|
HSL | 0.82 | 0.88 | 0.43 |
HSV | 297° | 94° | 81° |
CMYK | 0.05 | 0.94 | 0.00 0.19 |
XYZ | 34.1714 | 16.5286 | 60.4208 |
Yxy | 16.5286 | 0.3075 | 0.1487 |
Hunter Lab | 40.6554 | 78.8848 | -59.6562 |
CIE-Lab | 47.6605 | 81.1328 | -54.5914 |
#c40dcf color RGB value is (196,13,207).
#c40dcf hex color red value is 196, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c40dcf hue: 0.82 , saturation: 0.88 and the lightness value of c40dcf is 0.43.
The process color (four color CMYK) of #c40dcf color hex is 0.05, 0.94, 0.00, 0.19. Web safe color of #c40dcf is #cc00cc. Color #c40dcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001101 | 11001111 |
Octal | 304 | 15 | 317 |
Decimal | 196 | 13 | 207 |
Hex | C4 | D | CF |
Shades of #c40dcf
Tints of #c40dcf
RGB Percentages of Color #c40dcf
CMYK Percentages of Color #c40dcf
Complementary Color
#c40dcf | #18cf0d |
#c40dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40dcf Color CSS Codes
.mybgcolor {background-color:#c40dcf; } .myforecolor {color:#c40dcf; } .mybordercolor {border:3px solid #c40dcf; }
#c40dcf Text Font Color
<p style="color:#c40dcf">Text here</p>
This sample text font color is #c40dcf
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.
#c40dcf Background Color
<div style="background-color:#c40dcf">
Div content here</div>
This div background color is #c40dcf
#c40dcf Border Color
<div style="border:3px solid #c40dcf">
Div here</div>
This div border color is #c40dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,13,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40dcf; -webkit-box-shadow: 1px 1px 3px 2px #c40dcf; box-shadow: 1px 1px 3px 2px #c40dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,13,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40dcf; -webkit-box-shadow: 1px 1px 3px 2px #c40dcf; box-shadow: 1px 1px 3px 2px #c40dcf;">
Div content here</div>
This div box has shadow with color #c40dcf
Comments
No comments written yet.
Please login to write comment.