Color Hex Logo

#c579aa Color Hex

#C579AA
(197,121,170)
0 Favorites   0 Comments

Color spaces of #c579aa

RGB 197121170
HSL0.890.400.62
HSV321°39°77°
CMYK 0.000.390.14   0.23
XYZ37.119028.447341.5647
Yxy28.44730.34650.2655
Hunter Lab53.336030.8884-8.8694
CIE-Lab60.290736.6343-13.5478

#c579aa color RGB value is (197,121,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111001 10101010
Octal 305 171 252
Decimal 197 121 170
Hex C5 79 AA

RGB Percentages of Color #c579aa

%40.37
%24.80
%34.84

CMYK Percentages of Color #c579aa

%0
%39
%14
%23

Triadic Colors of #c579aa

#c579aa #aac579 #79aac5

Analogous Colors of #c579aa

#c579aa #c57984 #ba79c5

Monochromatic Colors of #c579aa

#c579aa

Complementary Color

#c579aa #79c594

#c579aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c579aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c579aa Color CSS Codes

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

#c579aa Text Font Color

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

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


#c579aa Background Color

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

This div background color is #c579aa


#c579aa Border Color

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

This div border color is #c579aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c579aa


Comments

No comments written yet.

Please login to write comment.