Color Hex Logo

#aa59db Color Hex

#AA59DB
(170,89,219)
0 Favorites   0 Comments

Color spaces of #aa59db

RGB 17089219
HSL0.770.640.60
HSV277°59°86°
CMYK 0.220.590.00   0.14
XYZ32.936120.805369.2977
Yxy20.80530.26770.1691
Hunter Lab45.612849.0688-58.1479
CIE-Lab52.735754.9199-53.5249

#aa59db color RGB value is (170,89,219).

#aa59db hex color red value is 170, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa59db hue: 0.77 , saturation: 0.64 and the lightness value of aa59db is 0.60.

The process color (four color CMYK) of #aa59db color hex is 0.22, 0.59, 0.00, 0.14. Web safe color of #aa59db is #9966cc. Color #aa59db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 11011011
Octal 252 131 333
Decimal 170 89 219
Hex AA 59 DB

RGB Percentages of Color #aa59db

%35.56
%18.62
%45.82

CMYK Percentages of Color #aa59db

%22
%59
%0
%14

Triadic Colors of #aa59db

#aa59db #dbaa59 #59dbaa

Analogous Colors of #aa59db

#aa59db #db59cb #6959db

Monochromatic Colors of #aa59db

#aa59db

Complementary Color

#aa59db #8adb59

#aa59db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa59db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa59db Color CSS Codes

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

#aa59db Text Font Color

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

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


#aa59db Background Color

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

This div background color is #aa59db


#aa59db Border Color

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

This div border color is #aa59db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa59db


Comments

No comments written yet.

Please login to write comment.