Color Hex Logo

#c204ad Color Hex

#C204AD
(194,4,173)
0 Favorites   0 Comments

Color spaces of #c204ad

RGB 1944173
HSL0.850.960.39
HSV307°98°76°
CMYK 0.000.980.11   0.24
XYZ29.834414.573340.7756
Yxy14.57330.35020.1711
Hunter Lab38.175072.6945-36.6065
CIE-Lab45.044176.6836-38.9110

#c204ad color RGB value is (194,4,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000100 10101101
Octal 302 4 255
Decimal 194 4 173
Hex C2 4 AD

RGB Percentages of Color #c204ad

%52.29
%1.08
%46.63

CMYK Percentages of Color #c204ad

%0
%98
%11
%24

Triadic Colors of #c204ad

#c204ad #adc204 #04adc2

Analogous Colors of #c204ad

#c204ad #c2044e #7804c2

Monochromatic Colors of #c204ad

#c204ad

Complementary Color

#c204ad #04c219

#c204ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c204ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c204ad Color CSS Codes

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

#c204ad Text Font Color

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

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


#c204ad Background Color

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

This div background color is #c204ad


#c204ad Border Color

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

This div border color is #c204ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,4,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 #c204ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c204ad


Comments

No comments written yet.

Please login to write comment.