Color Hex Logo

#c919ad Color Hex

#C919AD
(201,25,173)
0 Favorites   0 Comments

Color spaces of #c919ad

RGB 20125173
HSL0.860.780.44
HSV310°88°79°
CMYK 0.000.880.14   0.21
XYZ31.977916.129940.9631
Yxy16.12990.35900.1811
Hunter Lab40.162071.8420-32.3591
CIE-Lab47.144575.5810-35.5104

#c919ad color RGB value is (201,25,173).

#c919ad hex color red value is 201, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c919ad hue: 0.86 , saturation: 0.78 and the lightness value of c919ad is 0.44.

The process color (four color CMYK) of #c919ad color hex is 0.00, 0.88, 0.14, 0.21. Web safe color of #c919ad is #cc0099. Color #c919ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 10101101
Octal 311 31 255
Decimal 201 25 173
Hex C9 19 AD

RGB Percentages of Color #c919ad

%50.38
%6.27
%43.36

CMYK Percentages of Color #c919ad

%0
%88
%14
%21

Triadic Colors of #c919ad

#c919ad #adc919 #19adc9

Analogous Colors of #c919ad

#c919ad #c91955 #8d19c9

Monochromatic Colors of #c919ad

#c919ad

Complementary Color

#c919ad #19c935

#c919ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c919ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c919ad Color CSS Codes

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

#c919ad Text Font Color

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

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


#c919ad Background Color

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

This div background color is #c919ad


#c919ad Border Color

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

This div border color is #c919ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c919ad


Comments

No comments written yet.

Please login to write comment.