Color Hex Logo

#aa59ba Color Hex

#AA59BA
(170,89,186)
0 Favorites   0 Comments

Color spaces of #aa59ba

RGB 17089186
HSL0.810.410.54
HSV290°52°73°
CMYK 0.090.520.00   0.27
XYZ29.012919.236048.6381
Yxy19.23600.29950.1985
Hunter Lab43.858941.3258-35.0495
CIE-Lab50.962248.0269-37.4344

#aa59ba color RGB value is (170,89,186).

#aa59ba hex color red value is 170, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa59ba hue: 0.81 , saturation: 0.41 and the lightness value of aa59ba is 0.54.

The process color (four color CMYK) of #aa59ba color hex is 0.09, 0.52, 0.00, 0.27. Web safe color of #aa59ba is #9966cc. Color #aa59ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 10111010
Octal 252 131 272
Decimal 170 89 186
Hex AA 59 BA

RGB Percentages of Color #aa59ba

%38.20
%20.00
%41.80

CMYK Percentages of Color #aa59ba

%9
%52
%0
%27

Triadic Colors of #aa59ba

#aa59ba #baaa59 #59baaa

Analogous Colors of #aa59ba

#aa59ba #ba599a #7a59ba

Monochromatic Colors of #aa59ba

#aa59ba

Complementary Color

#aa59ba #69ba59

#aa59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa59ba Color CSS Codes

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

#aa59ba Text Font Color

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

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


#aa59ba Background Color

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

This div background color is #aa59ba


#aa59ba Border Color

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

This div border color is #aa59ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,89,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa59ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa59ba


Comments

No comments written yet.

Please login to write comment.