Color Hex Logo

#c976cc Color Hex

#C976CC
(201,118,204)
0 Favorites   0 Comments

Color spaces of #c976cc

RGB 201118204
HSL0.830.460.63
HSV298°42°80°
CMYK 0.010.420.00   0.20
XYZ41.464929.734060.6805
Yxy29.73400.31440.2255
Hunter Lab54.528940.3095-27.8085
CIE-Lab61.424045.4895-31.0963

#c976cc color RGB value is (201,118,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110110 11001100
Octal 311 166 314
Decimal 201 118 204
Hex C9 76 CC

RGB Percentages of Color #c976cc

%38.43
%22.56
%39.01

CMYK Percentages of Color #c976cc

%1
%42
%0
%20

Triadic Colors of #c976cc

#c976cc #ccc976 #76ccc9

Analogous Colors of #c976cc

#c976cc #cc76a4 #9e76cc

Monochromatic Colors of #c976cc

#c976cc

Complementary Color

#c976cc #79cc76

#c976cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c976cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c976cc Color CSS Codes

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

#c976cc Text Font Color

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

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


#c976cc Background Color

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

This div background color is #c976cc


#c976cc Border Color

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

This div border color is #c976cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c976cc


Comments

No comments written yet.

Please login to write comment.