Color Hex Logo

#c916aa Color Hex

#C916AA
(201,22,170)
0 Favorites   0 Comments

Color spaces of #c916aa

RGB 20122170
HSL0.860.800.44
HSV310°89°79°
CMYK 0.000.890.15   0.21
XYZ31.630015.893639.4309
Yxy15.89360.36380.1828
Hunter Lab39.866871.8537-30.7350
CIE-Lab46.834675.6509-34.2216

#c916aa color RGB value is (201,22,170).

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

The process color (four color CMYK) of #c916aa color hex is 0.00, 0.89, 0.15, 0.21. Web safe color of #c916aa is #cc0099. Color #c916aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010110 10101010
Octal 311 26 252
Decimal 201 22 170
Hex C9 16 AA

RGB Percentages of Color #c916aa

%51.15
%5.60
%43.26

CMYK Percentages of Color #c916aa

%0
%89
%15
%21

Triadic Colors of #c916aa

#c916aa #aac916 #16aac9

Analogous Colors of #c916aa

#c916aa #c91650 #8f16c9

Monochromatic Colors of #c916aa

#c916aa

Complementary Color

#c916aa #16c935

#c916aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c916aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c916aa Color CSS Codes

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

#c916aa Text Font Color

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

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


#c916aa Background Color

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

This div background color is #c916aa


#c916aa Border Color

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

This div border color is #c916aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,22,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c916aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c916aa


Comments

No comments written yet.

Please login to write comment.