Color Hex Logo

#aa57d6 Color Hex

#AA57D6
(170,87,214)
0 Favorites   0 Comments

Color spaces of #aa57d6

RGB 17087214
HSL0.780.610.59
HSV279°59°84°
CMYK 0.210.590.00   0.16
XYZ32.123420.217565.8276
Yxy20.21750.27180.1711
Hunter Lab44.963948.8384-55.3265
CIE-Lab52.082254.8241-51.7307

#aa57d6 color RGB value is (170,87,214).

#aa57d6 hex color red value is 170, green value is 87 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #aa57d6 hue: 0.78 , saturation: 0.61 and the lightness value of aa57d6 is 0.59.

The process color (four color CMYK) of #aa57d6 color hex is 0.21, 0.59, 0.00, 0.16. Web safe color of #aa57d6 is #9966cc. Color #aa57d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 11010110
Octal 252 127 326
Decimal 170 87 214
Hex AA 57 D6

RGB Percentages of Color #aa57d6

%36.09
%18.47
%45.44

CMYK Percentages of Color #aa57d6

%21
%59
%0
%16

Triadic Colors of #aa57d6

#aa57d6 #d6aa57 #57d6aa

Analogous Colors of #aa57d6

#aa57d6 #d657c3 #6b57d6

Monochromatic Colors of #aa57d6

#aa57d6

Complementary Color

#aa57d6 #83d657

#aa57d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa57d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa57d6 Color CSS Codes

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

#aa57d6 Text Font Color

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

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


#aa57d6 Background Color

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

This div background color is #aa57d6


#aa57d6 Border Color

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

This div border color is #aa57d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa57d6


Comments

No comments written yet.

Please login to write comment.