Color Hex Logo

#aa138e Color Hex

#AA138E
(170,19,142)
0 Favorites   0 Comments

Color spaces of #aa138e

RGB 17019142
HSL0.860.800.37
HSV311°89°67°
CMYK 0.000.890.16   0.33
XYZ21.692910.964826.5643
Yxy10.96480.36630.1851
Hunter Lab33.113158.9900-24.3849
CIE-Lab39.521166.2448-29.2450

#aa138e color RGB value is (170,19,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 10001110
Octal 252 23 216
Decimal 170 19 142
Hex AA 13 8E

RGB Percentages of Color #aa138e

%51.36
%5.74
%42.90

CMYK Percentages of Color #aa138e

%0
%89
%16
%33

Triadic Colors of #aa138e

#aa138e #8eaa13 #138eaa

Analogous Colors of #aa138e

#aa138e #aa1343 #7b13aa

Monochromatic Colors of #aa138e

#aa138e

Complementary Color

#aa138e #13aa2f

#aa138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa138e Color CSS Codes

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

#aa138e Text Font Color

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

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


#aa138e Background Color

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

This div background color is #aa138e


#aa138e Border Color

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

This div border color is #aa138e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,19,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 #aa138e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa138e


Comments

No comments written yet.

Please login to write comment.