Color Hex Logo

#aa57e8 Color Hex

#AA57E8
(170,87,232)
0 Favorites   0 Comments

Color spaces of #aa57e8

RGB 17087232
HSL0.760.760.63
HSV274°63°91°
CMYK 0.270.630.00   0.09
XYZ34.551221.188678.6127
Yxy21.18860.25720.1577
Hunter Lab46.031153.4288-69.0348
CIE-Lab53.155358.7607-60.1881

#aa57e8 color RGB value is (170,87,232).

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

The process color (four color CMYK) of #aa57e8 color hex is 0.27, 0.63, 0.00, 0.09. Web safe color of #aa57e8 is #9966ff. Color #aa57e8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 11101000
Octal 252 127 350
Decimal 170 87 232
Hex AA 57 E8

RGB Percentages of Color #aa57e8

%34.76
%17.79
%47.44

CMYK Percentages of Color #aa57e8

%27
%63
%0
%9

Triadic Colors of #aa57e8

#aa57e8 #e8aa57 #57e8aa

Analogous Colors of #aa57e8

#aa57e8 #e857de #6157e8

Monochromatic Colors of #aa57e8

#aa57e8

Complementary Color

#aa57e8 #95e857

#aa57e8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa57e8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa57e8 Color CSS Codes

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

#aa57e8 Text Font Color

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

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


#aa57e8 Background Color

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

This div background color is #aa57e8


#aa57e8 Border Color

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

This div border color is #aa57e8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa57e8


Comments

No comments written yet.

Please login to write comment.