Color Hex Logo

#c209da Color Hex

#C209DA
(194,9,218)
0 Favorites   0 Comments

Color spaces of #c209da

RGB 1949218
HSL0.810.920.45
HSV293°96°85°
CMYK 0.110.960.00   0.15
XYZ35.000716.726767.7135
Yxy16.72670.29300.1400
Hunter Lab40.898381.1881-69.5350
CIE-Lab47.913882.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

BaseRedGreenBlue
Binary 11000010 00001001 11011010
Octal 302 11 332
Decimal 194 9 218
Hex C2 9 DA

RGB Percentages of Color #c209da

%46.08
%2.14
%51.78

CMYK Percentages of Color #c209da

%11
%96
%0
%15

Triadic Colors of #c209da

#c209da #dac209 #09dac2

Analogous Colors of #c209da

#c209da #da098a #5909da

Monochromatic Colors of #c209da

#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.