Color Hex Logo

#aa57eb Color Hex

#AA57EB
(170,87,235)
0 Favorites   0 Comments

Color spaces of #aa57eb

RGB 17087235
HSL0.760.790.63
HSV274°63°92°
CMYK 0.280.630.00   0.08
XYZ34.981221.360680.8766
Yxy21.36060.25490.1557
Hunter Lab46.217554.2227-71.4000
CIE-Lab53.341959.4306-61.5724

#aa57eb color RGB value is (170,87,235).

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

The process color (four color CMYK) of #aa57eb color hex is 0.28, 0.63, 0.00, 0.08. Web safe color of #aa57eb is #9966ff. Color #aa57eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 11101011
Octal 252 127 353
Decimal 170 87 235
Hex AA 57 EB

RGB Percentages of Color #aa57eb

%34.55
%17.68
%47.76

CMYK Percentages of Color #aa57eb

%28
%63
%0
%8

Triadic Colors of #aa57eb

#aa57eb #ebaa57 #57ebaa

Analogous Colors of #aa57eb

#aa57eb #eb57e2 #6057eb

Monochromatic Colors of #aa57eb

#aa57eb

Complementary Color

#aa57eb #98eb57

#aa57eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa57eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa57eb Color CSS Codes

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

#aa57eb Text Font Color

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

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


#aa57eb Background Color

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

This div background color is #aa57eb


#aa57eb Border Color

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

This div border color is #aa57eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa57eb


Comments

No comments written yet.

Please login to write comment.