Color Hex Logo

#aa139f Color Hex

#AA139F
(170,19,159)
0 Favorites   0 Comments

Color spaces of #aa139f

RGB 17019159
HSL0.850.800.37
HSV304°89°67°
CMYK 0.000.890.06   0.33
XYZ23.068411.515033.8077
Yxy11.51500.33730.1684
Hunter Lab33.933861.9614-35.3161
CIE-Lab40.434768.6335-38.1289

#aa139f color RGB value is (170,19,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 10011111
Octal 252 23 237
Decimal 170 19 159
Hex AA 13 9F

RGB Percentages of Color #aa139f

%48.85
%5.46
%45.69

CMYK Percentages of Color #aa139f

%0
%89
%6
%33

Triadic Colors of #aa139f

#aa139f #9faa13 #139faa

Analogous Colors of #aa139f

#aa139f #aa1353 #6a13aa

Monochromatic Colors of #aa139f

#aa139f

Complementary Color

#aa139f #13aa1e

#aa139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa139f Color CSS Codes

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

#aa139f Text Font Color

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

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


#aa139f Background Color

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

This div background color is #aa139f


#aa139f Border Color

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

This div border color is #aa139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa139f


Comments

No comments written yet.

Please login to write comment.