Color spaces of #c401da
RGB | 196 | 1 | 218 |
---|---|---|---|
HSL | 0.82 | 0.99 | 0.43 |
HSV | 294° | 100° | 85° |
CMYK | 0.10 | 1.00 | 0.00 0.15 |
XYZ | 35.4307 | 16.8194 | 67.7087 |
Yxy | 16.8194 | 0.2954 | 0.1402 |
Hunter Lab | 41.0115 | 82.4400 | -69.1780 |
CIE-Lab | 48.0317 | 83.8478 | -60.3102 |
#c401da color RGB value is (196,1,218).
#c401da hex color red value is 196, green value is 1 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c401da hue: 0.82 , saturation: 0.99 and the lightness value of c401da is 0.43.
The process color (four color CMYK) of #c401da color hex is 0.10, 1.00, 0.00, 0.15. Web safe color of #c401da is #cc00cc. Color #c401da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00000001 | 11011010 |
Octal | 304 | 1 | 332 |
Decimal | 196 | 1 | 218 |
Hex | C4 | 1 | DA |
Shades of #c401da
Tints of #c401da
RGB Percentages of Color #c401da
CMYK Percentages of Color #c401da
Complementary Color
#c401da | #17da01 |
#c401da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c401da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c401da Color CSS Codes
.mybgcolor {background-color:#c401da; } .myforecolor {color:#c401da; } .mybordercolor {border:3px solid #c401da; }
#c401da Text Font Color
<p style="color:#c401da">Text here</p>
This sample text font color is #c401da
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.
#c401da Background Color
<div style="background-color:#c401da">
Div content here</div>
This div background color is #c401da
#c401da Border Color
<div style="border:3px solid #c401da">
Div here</div>
This div border color is #c401da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,1,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c401da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c401da; -webkit-box-shadow: 1px 1px 3px 2px #c401da; box-shadow: 1px 1px 3px 2px #c401da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,1,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c401da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c401da; -webkit-box-shadow: 1px 1px 3px 2px #c401da; box-shadow: 1px 1px 3px 2px #c401da;">
Div content here</div>
This div box has shadow with color #c401da
Comments
No comments written yet.
Please login to write comment.