Color Hex Logo

#c556cc Color Hex

#C556CC
(197,86,204)
0 Favorites   0 Comments

Color spaces of #c556cc

RGB 19786204
HSL0.820.540.57
HSV296°58°80°
CMYK 0.030.580.00   0.20
XYZ37.252822.885559.5806
Yxy22.88550.31120.1912
Hunter Lab47.838855.2828-40.3553
CIE-Lab54.954260.0751-41.2507

#c556cc color RGB value is (197,86,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 11001100
Octal 305 126 314
Decimal 197 86 204
Hex C5 56 CC

RGB Percentages of Color #c556cc

%40.45
%17.66
%41.89

CMYK Percentages of Color #c556cc

%3
%58
%0
%20

Triadic Colors of #c556cc

#c556cc #ccc556 #56ccc5

Analogous Colors of #c556cc

#c556cc #cc5698 #8a56cc

Monochromatic Colors of #c556cc

#c556cc

Complementary Color

#c556cc #5dcc56

#c556cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c556cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c556cc Color CSS Codes

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

#c556cc Text Font Color

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

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


#c556cc Background Color

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

This div background color is #c556cc


#c556cc Border Color

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

This div border color is #c556cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c556cc


Comments

No comments written yet.

Please login to write comment.