Color Hex Logo

#c776ac Color Hex

#C776AC
(199,118,172)
0 Favorites   0 Comments

Color spaces of #c776ac

RGB 199118172
HSL0.890.420.62
HSV320°41°78°
CMYK 0.000.410.14   0.22
XYZ37.478028.077542.4739
Yxy28.07750.34690.2599
Hunter Lab52.988233.5218-10.4335
CIE-Lab59.958739.2399-15.1705

#c776ac color RGB value is (199,118,172).

#c776ac hex color red value is 199, green value is 118 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c776ac hue: 0.89 , saturation: 0.42 and the lightness value of c776ac is 0.62.

The process color (four color CMYK) of #c776ac color hex is 0.00, 0.41, 0.14, 0.22. Web safe color of #c776ac is #cc6699. Color #c776ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 10101100
Octal 307 166 254
Decimal 199 118 172
Hex C7 76 AC

RGB Percentages of Color #c776ac

%40.70
%24.13
%35.17

CMYK Percentages of Color #c776ac

%0
%41
%14
%22

Triadic Colors of #c776ac

#c776ac #acc776 #76acc7

Analogous Colors of #c776ac

#c776ac #c77684 #ba76c7

Monochromatic Colors of #c776ac

#c776ac

Complementary Color

#c776ac #76c791

#c776ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c776ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c776ac Color CSS Codes

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

#c776ac Text Font Color

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

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


#c776ac Background Color

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

This div background color is #c776ac


#c776ac Border Color

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

This div border color is #c776ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c776ac


Comments

No comments written yet.

Please login to write comment.