Color Hex Logo

#aa57ce Color Hex

#AA57CE
(170,87,206)
0 Favorites   0 Comments

Color spaces of #aa57ce

RGB 17087206
HSL0.780.550.57
HSV282°58°81°
CMYK 0.170.580.00   0.19
XYZ31.126319.818760.5774
Yxy19.81870.27910.1777
Hunter Lab44.518246.8970-49.5151
CIE-Lab51.631653.1250-47.8866

#aa57ce color RGB value is (170,87,206).

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

The process color (four color CMYK) of #aa57ce color hex is 0.17, 0.58, 0.00, 0.19. Web safe color of #aa57ce is #9966cc. Color #aa57ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010111 11001110
Octal 252 127 316
Decimal 170 87 206
Hex AA 57 CE

RGB Percentages of Color #aa57ce

%36.72
%18.79
%44.49

CMYK Percentages of Color #aa57ce

%17
%58
%0
%19

Triadic Colors of #aa57ce

#aa57ce #ceaa57 #57ceaa

Analogous Colors of #aa57ce

#aa57ce #ce57b7 #6f57ce

Monochromatic Colors of #aa57ce

#aa57ce

Complementary Color

#aa57ce #7bce57

#aa57ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa57ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa57ce Color CSS Codes

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

#aa57ce Text Font Color

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

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


#aa57ce Background Color

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

This div background color is #aa57ce


#aa57ce Border Color

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

This div border color is #aa57ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa57ce


Comments

No comments written yet.

Please login to write comment.