Color Hex Logo

#c966ac Color Hex

#C966AC
(201,102,172)
0 Favorites   0 Comments

Color spaces of #c966ac

RGB 201102172
HSL0.880.480.59
HSV318°49°79°
CMYK 0.000.490.14   0.21
XYZ36.285224.898841.9232
Yxy24.89880.35190.2415
Hunter Lab49.898742.4784-14.8844
CIE-Lab56.976748.1616-19.6776

#c966ac color RGB value is (201,102,172).

#c966ac hex color red value is 201, green value is 102 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c966ac hue: 0.88 , saturation: 0.48 and the lightness value of c966ac is 0.59.

The process color (four color CMYK) of #c966ac color hex is 0.00, 0.49, 0.14, 0.21. Web safe color of #c966ac is #cc6699. Color #c966ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 10101100
Octal 311 146 254
Decimal 201 102 172
Hex C9 66 AC

RGB Percentages of Color #c966ac

%42.32
%21.47
%36.21

CMYK Percentages of Color #c966ac

%0
%49
%14
%21

Triadic Colors of #c966ac

#c966ac #acc966 #66acc9

Analogous Colors of #c966ac

#c966ac #c9667b #b566c9

Monochromatic Colors of #c966ac

#c966ac

Complementary Color

#c966ac #66c983

#c966ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c966ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c966ac Color CSS Codes

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

#c966ac Text Font Color

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

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


#c966ac Background Color

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

This div background color is #c966ac


#c966ac Border Color

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

This div border color is #c966ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c966ac


Comments

No comments written yet.

Please login to write comment.