Color Hex Logo

#aa59ef Color Hex

#AA59EF
(170,89,239)
0 Favorites   0 Comments

Color spaces of #aa59ef

RGB 17089239
HSL0.760.820.64
HSV272°63°94°
CMYK 0.290.630.00   0.06
XYZ35.729921.922884.0097
Yxy21.92280.25220.1548
Hunter Lab46.821854.2760-73.6055
CIE-Lab53.945059.3694-62.8420

#aa59ef color RGB value is (170,89,239).

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

The process color (four color CMYK) of #aa59ef color hex is 0.29, 0.63, 0.00, 0.06. Web safe color of #aa59ef is #9966ff. Color #aa59ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 11101111
Octal 252 131 357
Decimal 170 89 239
Hex AA 59 EF

RGB Percentages of Color #aa59ef

%34.14
%17.87
%47.99

CMYK Percentages of Color #aa59ef

%29
%63
%0
%6

Triadic Colors of #aa59ef

#aa59ef #efaa59 #59efaa

Analogous Colors of #aa59ef

#aa59ef #ef59e9 #5f59ef

Monochromatic Colors of #aa59ef

#aa59ef

Complementary Color

#aa59ef #9eef59

#aa59ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa59ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa59ef Color CSS Codes

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

#aa59ef Text Font Color

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

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


#aa59ef Background Color

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

This div background color is #aa59ef


#aa59ef Border Color

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

This div border color is #aa59ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa59ef


Comments

No comments written yet.

Please login to write comment.