Color spaces of #c209da
RGB | 194 | 9 | 218 |
---|---|---|---|
HSL | 0.81 | 0.92 | 0.45 |
HSV | 293° | 96° | 85° |
CMYK | 0.11 | 0.96 | 0.00 0.15 |
XYZ | 35.0007 | 16.7267 | 67.7135 |
Yxy | 16.7267 | 0.2930 | 0.1400 |
Hunter Lab | 40.8983 | 81.1881 | -69.5350 |
CIE-Lab | 47.9138 | 82.8941 | -60.5175 |
#c209da color RGB value is (194,9,218).
#c209da hex color red value is 194, green value is 9 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c209da hue: 0.81 , saturation: 0.92 and the lightness value of c209da is 0.45.
The process color (four color CMYK) of #c209da color hex is 0.11, 0.96, 0.00, 0.15. Web safe color of #c209da is #cc00cc. Color #c209da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00001001 | 11011010 |
Octal | 302 | 11 | 332 |
Decimal | 194 | 9 | 218 |
Hex | C2 | 9 | DA |
Shades of #c209da
Tints of #c209da
RGB Percentages of Color #c209da
CMYK Percentages of Color #c209da
Complementary Color
#c209da | #21da09 |
#c209da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c209da Color Preview on White Background
Lorem ipsum dolor sit amet.
#c209da Color CSS Codes
.mybgcolor {background-color:#c209da; } .myforecolor {color:#c209da; } .mybordercolor {border:3px solid #c209da; }
#c209da Text Font Color
<p style="color:#c209da">Text here</p>
This sample text font color is #c209da
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.
#c209da Background Color
<div style="background-color:#c209da">
Div content here</div>
This div background color is #c209da
#c209da Border Color
<div style="border:3px solid #c209da">
Div here</div>
This div border color is #c209da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,9,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c209da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c209da; -webkit-box-shadow: 1px 1px 3px 2px #c209da; box-shadow: 1px 1px 3px 2px #c209da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,9,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 #c209da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c209da; -webkit-box-shadow: 1px 1px 3px 2px #c209da; box-shadow: 1px 1px 3px 2px #c209da;">
Div content here</div>
This div box has shadow with color #c209da
Comments
No comments written yet.
Please login to write comment.