Color spaces of #c209ae
RGB | 194 | 9 | 174 |
---|---|---|---|
HSL | 0.85 | 0.91 | 0.40 |
HSV | 306° | 95° | 76° |
CMYK | 0.00 | 0.95 | 0.10 0.24 |
XYZ | 29.9858 | 14.7207 | 41.3053 |
Yxy | 14.7207 | 0.3486 | 0.1711 |
Hunter Lab | 38.3676 | 72.3617 | -36.9724 |
CIE-Lab | 45.2493 | 76.3733 | -39.1789 |
#c209ae color RGB value is (194,9,174).
#c209ae hex color red value is 194, green value is 9 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c209ae hue: 0.85 , saturation: 0.91 and the lightness value of c209ae is 0.40.
The process color (four color CMYK) of #c209ae color hex is 0.00, 0.95, 0.10, 0.24. Web safe color of #c209ae is #cc0099. Color #c209ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 00001001 | 10101110 |
Octal | 302 | 11 | 256 |
Decimal | 194 | 9 | 174 |
Hex | C2 | 9 | AE |
Shades of #c209ae
Tints of #c209ae
RGB Percentages of Color #c209ae
CMYK Percentages of Color #c209ae
Complementary Color
#c209ae | #09c21d |
#c209ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c209ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c209ae Color CSS Codes
.mybgcolor {background-color:#c209ae; } .myforecolor {color:#c209ae; } .mybordercolor {border:3px solid #c209ae; }
#c209ae Text Font Color
<p style="color:#c209ae">Text here</p>
This sample text font color is #c209ae
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.
#c209ae Background Color
<div style="background-color:#c209ae">
Div content here</div>
This div background color is #c209ae
#c209ae Border Color
<div style="border:3px solid #c209ae">
Div here</div>
This div border color is #c209ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,9,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c209ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c209ae; -webkit-box-shadow: 1px 1px 3px 2px #c209ae; box-shadow: 1px 1px 3px 2px #c209ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,9,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c209ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c209ae; -webkit-box-shadow: 1px 1px 3px 2px #c209ae; box-shadow: 1px 1px 3px 2px #c209ae;">
Div content here</div>
This div box has shadow with color #c209ae
Comments
No comments written yet.
Please login to write comment.