Color Hex Logo

#aa57dc Color Hex

#AA57DC
(170,87,220)
0 Favorites   0 Comments

Color spaces of #aa57dc

RGB 17087220
HSL0.770.660.60
HSV277°60°86°
CMYK 0.230.600.00   0.14
XYZ32.904020.529769.9385
Yxy20.52970.26670.1664
Hunter Lab45.309750.3350-59.8012
CIE-Lab52.430956.1198-54.5791

#aa57dc color RGB value is (170,87,220).

#aa57dc hex color red value is 170, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aa57dc hue: 0.77 , saturation: 0.66 and the lightness value of aa57dc is 0.60.

The process color (four color CMYK) of #aa57dc color hex is 0.23, 0.60, 0.00, 0.14. Web safe color of #aa57dc is #9966cc. Color #aa57dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 11011100
Octal 252 127 334
Decimal 170 87 220
Hex AA 57 DC

RGB Percentages of Color #aa57dc

%35.64
%18.24
%46.12

CMYK Percentages of Color #aa57dc

%23
%60
%0
%14

Triadic Colors of #aa57dc

#aa57dc #dcaa57 #57dcaa

Analogous Colors of #aa57dc

#aa57dc #dc57cc #6857dc

Monochromatic Colors of #aa57dc

#aa57dc

Complementary Color

#aa57dc #89dc57

#aa57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa57dc Color CSS Codes

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

#aa57dc Text Font Color

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

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


#aa57dc Background Color

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

This div background color is #aa57dc


#aa57dc Border Color

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

This div border color is #aa57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa57dc


Comments

No comments written yet.

Please login to write comment.