Color Hex Logo

#c059aa Color Hex

#C059AA
(192,89,170)
0 Favorites   0 Comments

Color spaces of #c059aa

RGB 19289170
HSL0.870.450.55
HSV313°54°75°
CMYK 0.000.540.11   0.25
XYZ32.566321.253540.4161
Yxy21.25350.34560.2255
Hunter Lab46.101545.4155-19.7071
CIE-Lab53.225851.4882-24.3798

#c059aa color RGB value is (192,89,170).

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

The process color (four color CMYK) of #c059aa color hex is 0.00, 0.54, 0.11, 0.25. Web safe color of #c059aa is #cc6699. Color #c059aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 10101010
Octal 300 131 252
Decimal 192 89 170
Hex C0 59 AA

RGB Percentages of Color #c059aa

%42.57
%19.73
%37.69

CMYK Percentages of Color #c059aa

%0
%54
%11
%25

Triadic Colors of #c059aa

#c059aa #aac059 #59aac0

Analogous Colors of #c059aa

#c059aa #c05977 #a359c0

Monochromatic Colors of #c059aa

#c059aa

Complementary Color

#c059aa #59c06f

#c059aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c059aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c059aa Color CSS Codes

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

#c059aa Text Font Color

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

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


#c059aa Background Color

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

This div background color is #c059aa


#c059aa Border Color

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

This div border color is #c059aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c059aa


Comments

No comments written yet.

Please login to write comment.