Color Hex Logo

#c557aa Color Hex

#C557AA
(197,87,170)
0 Favorites   0 Comments

Color spaces of #c557aa

RGB 19787170
HSL0.870.490.56
HSV315°56°77°
CMYK 0.000.560.14   0.23
XYZ33.689921.589040.4216
Yxy21.58900.35200.2256
Hunter Lab46.464048.1141-19.0549
CIE-Lab53.588253.9047-23.7615

#c557aa color RGB value is (197,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01010111 10101010
Octal 305 127 252
Decimal 197 87 170
Hex C5 57 AA

RGB Percentages of Color #c557aa

%43.39
%19.16
%37.44

CMYK Percentages of Color #c557aa

%0
%56
%14
%23

Triadic Colors of #c557aa

#c557aa #aac557 #57aac5

Analogous Colors of #c557aa

#c557aa #c55773 #a957c5

Monochromatic Colors of #c557aa

#c557aa

Complementary Color

#c557aa #57c572

#c557aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c557aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c557aa Color CSS Codes

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

#c557aa Text Font Color

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

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


#c557aa Background Color

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

This div background color is #c557aa


#c557aa Border Color

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

This div border color is #c557aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c557aa


Comments

No comments written yet.

Please login to write comment.