Color Hex Logo

#c205ad Color Hex

#C205AD
(194,5,173)
0 Favorites   0 Comments

Color spaces of #c205ad

RGB 1945173
HSL0.850.950.39
HSV307°97°76°
CMYK 0.000.970.11   0.24
XYZ29.845214.595040.7793
Yxy14.59500.35020.1713
Hunter Lab38.203472.5915-36.5453
CIE-Lab45.074476.5941-38.8632

#c205ad color RGB value is (194,5,173).

#c205ad hex color red value is 194, green value is 5 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c205ad hue: 0.85 , saturation: 0.95 and the lightness value of c205ad is 0.39.

The process color (four color CMYK) of #c205ad color hex is 0.00, 0.97, 0.11, 0.24. Web safe color of #c205ad is #cc0099. Color #c205ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000101 10101101
Octal 302 5 255
Decimal 194 5 173
Hex C2 5 AD

RGB Percentages of Color #c205ad

%52.15
%1.34
%46.51

CMYK Percentages of Color #c205ad

%0
%97
%11
%24

Triadic Colors of #c205ad

#c205ad #adc205 #05adc2

Analogous Colors of #c205ad

#c205ad #c2054e #7905c2

Monochromatic Colors of #c205ad

#c205ad

Complementary Color

#c205ad #05c21a

#c205ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c205ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c205ad Color CSS Codes

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

#c205ad Text Font Color

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

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


#c205ad Background Color

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

This div background color is #c205ad


#c205ad Border Color

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

This div border color is #c205ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c205ad


Comments

No comments written yet.

Please login to write comment.