Color Hex Logo

#c776ba Color Hex

#C776BA
(199,118,186)
0 Favorites   0 Comments

Color spaces of #c776ba

RGB 199118186
HSL0.860.420.62
HSV310°41°78°
CMYK 0.000.410.07   0.22
XYZ38.894528.644249.9333
Yxy28.64420.33110.2438
Hunter Lab53.520336.0599-17.8521
CIE-Lab60.466341.6140-22.3931

#c776ba color RGB value is (199,118,186).

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

The process color (four color CMYK) of #c776ba color hex is 0.00, 0.41, 0.07, 0.22. Web safe color of #c776ba is #cc66cc. Color #c776ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 10111010
Octal 307 166 272
Decimal 199 118 186
Hex C7 76 BA

RGB Percentages of Color #c776ba

%39.56
%23.46
%36.98

CMYK Percentages of Color #c776ba

%0
%41
%7
%22

Triadic Colors of #c776ba

#c776ba #bac776 #76bac7

Analogous Colors of #c776ba

#c776ba #c77692 #ac76c7

Monochromatic Colors of #c776ba

#c776ba

Complementary Color

#c776ba #76c783

#c776ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c776ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c776ba Color CSS Codes

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

#c776ba Text Font Color

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

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


#c776ba Background Color

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

This div background color is #c776ba


#c776ba Border Color

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

This div border color is #c776ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c776ba


Comments

No comments written yet.

Please login to write comment.