Color Hex Logo

#c577aa Color Hex

#C577AA
(197,119,170)
0 Favorites   0 Comments

Color spaces of #c577aa

RGB 197119170
HSL0.890.400.62
HSV321°40°77°
CMYK 0.000.400.14   0.23
XYZ36.878527.966241.4845
Yxy27.96620.34680.2630
Hunter Lab52.883131.9332-9.4923
CIE-Lab59.858237.7076-14.2002

#c577aa color RGB value is (197,119,170).

#c577aa hex color red value is 197, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c577aa hue: 0.89 , saturation: 0.40 and the lightness value of c577aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110111 10101010
Octal 305 167 252
Decimal 197 119 170
Hex C5 77 AA

RGB Percentages of Color #c577aa

%40.53
%24.49
%34.98

CMYK Percentages of Color #c577aa

%0
%40
%14
%23

Triadic Colors of #c577aa

#c577aa #aac577 #77aac5

Analogous Colors of #c577aa

#c577aa #c57783 #b977c5

Monochromatic Colors of #c577aa

#c577aa

Complementary Color

#c577aa #77c592

#c577aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c577aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c577aa Color CSS Codes

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

#c577aa Text Font Color

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

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


#c577aa Background Color

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

This div background color is #c577aa


#c577aa Border Color

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

This div border color is #c577aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c577aa


Comments

No comments written yet.

Please login to write comment.