Color Hex Logo

#c911ad Color Hex

#C911AD
(201,17,173)
0 Favorites   0 Comments

Color spaces of #c911ad

RGB 20117173
HSL0.860.840.43
HSV309°92°79°
CMYK 0.000.920.14   0.21
XYZ31.830715.835540.9141
Yxy15.83550.35930.1788
Hunter Lab39.793873.1411-33.1034
CIE-Lab46.757976.7127-36.1193

#c911ad color RGB value is (201,17,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010001 10101101
Octal 311 21 255
Decimal 201 17 173
Hex C9 11 AD

RGB Percentages of Color #c911ad

%51.41
%4.35
%44.25

CMYK Percentages of Color #c911ad

%0
%92
%14
%21

Triadic Colors of #c911ad

#c911ad #adc911 #11adc9

Analogous Colors of #c911ad

#c911ad #c91151 #8911c9

Monochromatic Colors of #c911ad

#c911ad

Complementary Color

#c911ad #11c92d

#c911ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c911ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c911ad Color CSS Codes

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

#c911ad Text Font Color

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

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


#c911ad Background Color

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

This div background color is #c911ad


#c911ad Border Color

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

This div border color is #c911ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c911ad


Comments

No comments written yet.

Please login to write comment.