Color Hex Logo

#c578aa Color Hex

#C578AA
(197,120,170)
0 Favorites   0 Comments

Color spaces of #c578aa

RGB 197120170
HSL0.890.400.62
HSV321°39°77°
CMYK 0.000.390.14   0.23
XYZ36.998128.205541.5244
Yxy28.20550.34670.2643
Hunter Lab53.108931.4109-9.1811
CIE-Lab60.073937.1714-13.8747

#c578aa color RGB value is (197,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 10101010
Octal 305 170 252
Decimal 197 120 170
Hex C5 78 AA

RGB Percentages of Color #c578aa

%40.45
%24.64
%34.91

CMYK Percentages of Color #c578aa

%0
%39
%14
%23

Triadic Colors of #c578aa

#c578aa #aac578 #78aac5

Analogous Colors of #c578aa

#c578aa #c57884 #ba78c5

Monochromatic Colors of #c578aa

#c578aa

Complementary Color

#c578aa #78c593

#c578aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c578aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c578aa Color CSS Codes

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

#c578aa Text Font Color

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

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


#c578aa Background Color

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

This div background color is #c578aa


#c578aa Border Color

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

This div border color is #c578aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c578aa


Comments

No comments written yet.

Please login to write comment.