Color Hex Logo

#c556aa Color Hex

#C556AA
(197,86,170)
0 Favorites   0 Comments

Color spaces of #c556aa

RGB 19786170
HSL0.870.490.55
HSV315°56°77°
CMYK 0.000.560.14   0.23
XYZ33.609421.428240.3948
Yxy21.42820.35220.2245
Hunter Lab46.290648.5918-19.3351
CIE-Lab53.415054.3692-24.0284

#c556aa color RGB value is (197,86,170).

#c556aa hex color red value is 197, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c556aa hue: 0.87 , saturation: 0.49 and the lightness value of c556aa is 0.55.

The process color (four color CMYK) of #c556aa color hex is 0.00, 0.56, 0.14, 0.23. Web safe color of #c556aa is #cc6699. Color #c556aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010110 10101010
Octal 305 126 252
Decimal 197 86 170
Hex C5 56 AA

RGB Percentages of Color #c556aa

%43.49
%18.98
%37.53

CMYK Percentages of Color #c556aa

%0
%56
%14
%23

Triadic Colors of #c556aa

#c556aa #aac556 #56aac5

Analogous Colors of #c556aa

#c556aa #c55673 #a956c5

Monochromatic Colors of #c556aa

#c556aa

Complementary Color

#c556aa #56c571

#c556aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c556aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c556aa Color CSS Codes

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

#c556aa Text Font Color

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

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


#c556aa Background Color

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

This div background color is #c556aa


#c556aa Border Color

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

This div border color is #c556aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,86,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c556aa


Comments

No comments written yet.

Please login to write comment.