Color Hex Logo

#aa057d Color Hex

#AA057D
(170,5,125)
0 Favorites   0 Comments

Color spaces of #aa057d

RGB 1705125
HSL0.880.940.34
HSV316°97°67°
CMYK 0.000.970.26   0.33
XYZ20.333510.135320.2866
Yxy10.13530.40060.1997
Hunter Lab31.836058.2942-15.4957
CIE-Lab38.084265.9176-20.9813

#aa057d color RGB value is (170,5,125).

#aa057d hex color red value is 170, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa057d hue: 0.88 , saturation: 0.94 and the lightness value of aa057d is 0.34.

The process color (four color CMYK) of #aa057d color hex is 0.00, 0.97, 0.26, 0.33. Web safe color of #aa057d is #990066. Color #aa057d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 01111101
Octal 252 5 175
Decimal 170 5 125
Hex AA 5 7D

RGB Percentages of Color #aa057d

%56.67
%1.67
%41.67

CMYK Percentages of Color #aa057d

%0
%97
%26
%33

Triadic Colors of #aa057d

#aa057d #7daa05 #057daa

Analogous Colors of #aa057d

#aa057d #aa052a #8505aa

Monochromatic Colors of #aa057d

#aa057d

Complementary Color

#aa057d #05aa32

#aa057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa057d Color CSS Codes

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

#aa057d Text Font Color

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

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


#aa057d Background Color

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

This div background color is #aa057d


#aa057d Border Color

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

This div border color is #aa057d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa057d


Comments

No comments written yet.

Please login to write comment.