Color Hex Logo

#c202ad Color Hex

#C202AD
(194,2,173)
0 Favorites   0 Comments

Color spaces of #c202ad

RGB 1942173
HSL0.850.980.38
HSV307°99°76°
CMYK 0.000.990.11   0.24
XYZ29.812714.529940.7684
Yxy14.52990.35030.1707
Hunter Lab38.118172.9006-36.7297
CIE-Lab44.983576.8627-39.0071

#c202ad color RGB value is (194,2,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00000010 10101101
Octal 302 2 255
Decimal 194 2 173
Hex C2 2 AD

RGB Percentages of Color #c202ad

%52.57
%0.54
%46.88

CMYK Percentages of Color #c202ad

%0
%99
%11
%24

Triadic Colors of #c202ad

#c202ad #adc202 #02adc2

Analogous Colors of #c202ad

#c202ad #c2024d #7702c2

Monochromatic Colors of #c202ad

#c202ad

Complementary Color

#c202ad #02c217

#c202ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c202ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c202ad Color CSS Codes

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

#c202ad Text Font Color

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

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


#c202ad Background Color

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

This div background color is #c202ad


#c202ad Border Color

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

This div border color is #c202ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c202ad


Comments

No comments written yet.

Please login to write comment.