Color Hex Logo

#c209a2 Color Hex

#C209A2
(194,9,162)
0 Favorites   0 Comments

Color spaces of #c209a2

RGB 1949162
HSL0.860.910.40
HSV310°95°76°
CMYK 0.000.950.16   0.24
XYZ28.867414.273335.4160
Yxy14.27330.36750.1817
Hunter Lab37.780070.2753-29.1340
CIE-Lab44.622474.7900-33.0232

#c209a2 color RGB value is (194,9,162).

#c209a2 hex color red value is 194, green value is 9 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #c209a2 hue: 0.86 , saturation: 0.91 and the lightness value of c209a2 is 0.40.

The process color (four color CMYK) of #c209a2 color hex is 0.00, 0.95, 0.16, 0.24. Web safe color of #c209a2 is #cc0099. Color #c209a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 10100010
Octal 302 11 242
Decimal 194 9 162
Hex C2 9 A2

RGB Percentages of Color #c209a2

%53.15
%2.47
%44.38

CMYK Percentages of Color #c209a2

%0
%95
%16
%24

Triadic Colors of #c209a2

#c209a2 #a2c209 #09a2c2

Analogous Colors of #c209a2

#c209a2 #c20946 #8609c2

Monochromatic Colors of #c209a2

#c209a2

Complementary Color

#c209a2 #09c229

#c209a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209a2 Color CSS Codes

.mybgcolor {background-color:#c209a2; } 
.myforecolor {color:#c209a2; }
.mybordercolor {border:3px solid #c209a2; }

#c209a2 Text Font Color

<p style="color:#c209a2">Text here</p>

This sample text font color is #c209a2
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.


#c209a2 Background Color

<div style="background-color:#c209a2">
Div content here</div>

This div background color is #c209a2


#c209a2 Border Color

<div style="border:3px solid #c209a2">
Div here</div>

This div border color is #c209a2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,9,162, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c209a2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c209a2;
  -webkit-box-shadow: 1px 1px 3px 2px #c209a2;
  box-shadow:         1px 1px 3px 2px #c209a2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,9,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c209a2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c209a2;
  -webkit-box-shadow: 1px 1px 3px 2px #c209a2;
  box-shadow:         1px 1px 3px 2px #c209a2;">
Div content here</div>

This div box has shadow with color #c209a2


Comments

No comments written yet.

Please login to write comment.