Color Hex Logo

#c209cd Color Hex

#C209CD
(194,9,205)
0 Favorites   0 Comments

Color spaces of #c209cd

RGB 1949205
HSL0.820.920.42
HSV297°96°80°
CMYK 0.050.960.00   0.20
XYZ33.365316.072559.1014
Yxy16.07250.30740.1481
Hunter Lab40.090578.3980-59.3419
CIE-Lab47.069580.8625-54.4053

#c209cd color RGB value is (194,9,205).

#c209cd hex color red value is 194, green value is 9 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c209cd hue: 0.82 , saturation: 0.92 and the lightness value of c209cd is 0.42.

The process color (four color CMYK) of #c209cd color hex is 0.05, 0.96, 0.00, 0.20. Web safe color of #c209cd is #cc00cc. Color #c209cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001001 11001101
Octal 302 11 315
Decimal 194 9 205
Hex C2 9 CD

RGB Percentages of Color #c209cd

%47.55
%2.21
%50.25

CMYK Percentages of Color #c209cd

%5
%96
%0
%20

Triadic Colors of #c209cd

#c209cd #cdc209 #09cdc2

Analogous Colors of #c209cd

#c209cd #cd0976 #6009cd

Monochromatic Colors of #c209cd

#c209cd

Complementary Color

#c209cd #14cd09

#c209cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c209cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c209cd Color CSS Codes

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

#c209cd Text Font Color

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

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


#c209cd Background Color

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

This div background color is #c209cd


#c209cd Border Color

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

This div border color is #c209cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c209cd


Comments

No comments written yet.

Please login to write comment.