Color Hex Logo

#aa59ec Color Hex

#AA59EC
(170,89,236)
0 Favorites   0 Comments

Color spaces of #aa59ec

RGB 17089236
HSL0.760.790.64
HSV273°62°93°
CMYK 0.280.620.00   0.07
XYZ35.290321.746981.6945
Yxy21.74690.25440.1568
Hunter Lab46.633653.4724-71.2230
CIE-Lab53.757458.6919-61.4646

#aa59ec color RGB value is (170,89,236).

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

The process color (four color CMYK) of #aa59ec color hex is 0.28, 0.62, 0.00, 0.07. Web safe color of #aa59ec is #9966ff. Color #aa59ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 11101100
Octal 252 131 354
Decimal 170 89 236
Hex AA 59 EC

RGB Percentages of Color #aa59ec

%34.34
%17.98
%47.68

CMYK Percentages of Color #aa59ec

%28
%62
%0
%7

Triadic Colors of #aa59ec

#aa59ec #ecaa59 #59ecaa

Analogous Colors of #aa59ec

#aa59ec #ec59e5 #6059ec

Monochromatic Colors of #aa59ec

#aa59ec

Complementary Color

#aa59ec #9bec59

#aa59ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa59ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa59ec Color CSS Codes

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

#aa59ec Text Font Color

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

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


#aa59ec Background Color

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

This div background color is #aa59ec


#aa59ec Border Color

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

This div border color is #aa59ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa59ec


Comments

No comments written yet.

Please login to write comment.