Color Hex Logo

#c776cc Color Hex

#C776CC
(199,118,204)
0 Favorites   0 Comments

Color spaces of #c776cc

RGB 199118204
HSL0.820.460.63
HSV297°42°80°
CMYK 0.020.420.00   0.20
XYZ40.930729.458660.6555
Yxy29.45860.31230.2248
Hunter Lab54.275839.6286-28.2661
CIE-Lab61.184344.8875-31.4871

#c776cc color RGB value is (199,118,204).

#c776cc hex color red value is 199, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c776cc hue: 0.82 , saturation: 0.46 and the lightness value of c776cc is 0.63.

The process color (four color CMYK) of #c776cc color hex is 0.02, 0.42, 0.00, 0.20. Web safe color of #c776cc is #cc66cc. Color #c776cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110110 11001100
Octal 307 166 314
Decimal 199 118 204
Hex C7 76 CC

RGB Percentages of Color #c776cc

%38.20
%22.65
%39.16

CMYK Percentages of Color #c776cc

%2
%42
%0
%20

Triadic Colors of #c776cc

#c776cc #ccc776 #76ccc7

Analogous Colors of #c776cc

#c776cc #cc76a6 #9c76cc

Monochromatic Colors of #c776cc

#c776cc

Complementary Color

#c776cc #7bcc76

#c776cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c776cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c776cc Color CSS Codes

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

#c776cc Text Font Color

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

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


#c776cc Background Color

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

This div background color is #c776cc


#c776cc Border Color

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

This div border color is #c776cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c776cc


Comments

No comments written yet.

Please login to write comment.