Color Hex Logo

#c209ba Color Hex

#C209BA
(194,9,186)
0 Favorites   0 Comments

Color spaces of #c209ba

RGB 1949186
HSL0.840.910.40
HSV303°95°76°
CMYK 0.000.950.04   0.24
XYZ31.208715.209947.7453
Yxy15.20990.33140.1615
Hunter Lab38.999974.5905-45.2854
CIE-Lab45.920478.0463-45.1859

#c209ba color RGB value is (194,9,186).

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

The process color (four color CMYK) of #c209ba color hex is 0.00, 0.95, 0.04, 0.24. Web safe color of #c209ba is #cc00cc. Color #c209ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 10111010
Octal 302 11 272
Decimal 194 9 186
Hex C2 9 BA

RGB Percentages of Color #c209ba

%49.87
%2.31
%47.81

CMYK Percentages of Color #c209ba

%0
%95
%4
%24

Triadic Colors of #c209ba

#c209ba #bac209 #09bac2

Analogous Colors of #c209ba

#c209ba #c2095e #6e09c2

Monochromatic Colors of #c209ba

#c209ba

Complementary Color

#c209ba #09c211

#c209ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209ba Color CSS Codes

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

#c209ba Text Font Color

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

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


#c209ba Background Color

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

This div background color is #c209ba


#c209ba Border Color

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

This div border color is #c209ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c209ba


Comments

No comments written yet.

Please login to write comment.