Color Hex Logo

#aa008e Color Hex

#AA008E
(170,0,142)
0 Favorites   0 Comments

Color spaces of #aa008e

RGB 1700142
HSL0.861.000.33
HSV310°100°67°
CMYK 0.001.000.16   0.33
XYZ21.460010.499026.4866
Yxy10.49900.36720.1796
Hunter Lab32.402261.5170-25.7841
CIE-Lab38.723568.5853-30.4982

#aa008e color RGB value is (170,0,142).

#aa008e hex color red value is 170, green value is 0 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa008e hue: 0.86 , saturation: 1.00 and the lightness value of aa008e is 0.33.

The process color (four color CMYK) of #aa008e color hex is 0.00, 1.00, 0.16, 0.33. Web safe color of #aa008e is #990099. Color #aa008e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 10001110
Octal 252 0 216
Decimal 170 0 142
Hex AA 0 8E

RGB Percentages of Color #aa008e

%54.49
%0.00
%45.51

CMYK Percentages of Color #aa008e

%0
%100
%16
%33

Triadic Colors of #aa008e

#aa008e #8eaa00 #008eaa

Analogous Colors of #aa008e

#aa008e #aa0039 #7100aa

Monochromatic Colors of #aa008e

#aa008e

Complementary Color

#aa008e #00aa1c

#aa008e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa008e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa008e Color CSS Codes

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

#aa008e Text Font Color

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

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


#aa008e Background Color

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

This div background color is #aa008e


#aa008e Border Color

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

This div border color is #aa008e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa008e


Comments

No comments written yet.

Please login to write comment.