Color Hex Logo

#c576cc Color Hex

#C576CC
(197,118,204)
0 Favorites   0 Comments

Color spaces of #c576cc

RGB 197118204
HSL0.820.460.63
HSV295°42°80°
CMYK 0.030.420.00   0.20
XYZ40.403529.186860.6309
Yxy29.18680.31030.2241
Hunter Lab54.024838.9513-28.7225
CIE-Lab60.946144.2857-31.8754

#c576cc color RGB value is (197,118,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110110 11001100
Octal 305 166 314
Decimal 197 118 204
Hex C5 76 CC

RGB Percentages of Color #c576cc

%37.96
%22.74
%39.31

CMYK Percentages of Color #c576cc

%3
%42
%0
%20

Triadic Colors of #c576cc

#c576cc #ccc576 #76ccc5

Analogous Colors of #c576cc

#c576cc #cc76a8 #9a76cc

Monochromatic Colors of #c576cc

#c576cc

Complementary Color

#c576cc #7dcc76

#c576cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c576cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c576cc Color CSS Codes

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

#c576cc Text Font Color

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

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


#c576cc Background Color

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

This div background color is #c576cc


#c576cc Border Color

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

This div border color is #c576cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c576cc


Comments

No comments written yet.

Please login to write comment.