Color Hex Logo

#c201ad Color Hex

#C201AD
(194,1,173)
0 Favorites   0 Comments

Color spaces of #c201ad

RGB 1941173
HSL0.850.990.38
HSV307°99°76°
CMYK 0.000.990.11   0.24
XYZ29.801814.508240.7648
Yxy14.50820.35030.1705
Hunter Lab38.089673.0038-36.7914
CIE-Lab44.953176.9522-39.0553

#c201ad color RGB value is (194,1,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000001 10101101
Octal 302 1 255
Decimal 194 1 173
Hex C2 1 AD

RGB Percentages of Color #c201ad

%52.72
%0.27
%47.01

CMYK Percentages of Color #c201ad

%0
%99
%11
%24

Triadic Colors of #c201ad

#c201ad #adc201 #01adc2

Analogous Colors of #c201ad

#c201ad #c2014c #7701c2

Monochromatic Colors of #c201ad

#c201ad

Complementary Color

#c201ad #01c216

#c201ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c201ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c201ad Color CSS Codes

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

#c201ad Text Font Color

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

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


#c201ad Background Color

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

This div background color is #c201ad


#c201ad Border Color

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

This div border color is #c201ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c201ad


Comments

No comments written yet.

Please login to write comment.