Color Hex Logo

#aa119e Color Hex

#AA119E
(170,17,158)
0 Favorites   0 Comments

Color spaces of #aa119e

RGB 17017158
HSL0.850.820.37
HSV305°90°67°
CMYK 0.000.900.07   0.33
XYZ22.949611.415633.3416
Yxy11.41560.33900.1686
Hunter Lab33.787062.1178-34.8576
CIE-Lab40.271868.7991-37.7845

#aa119e color RGB value is (170,17,158).

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

The process color (four color CMYK) of #aa119e color hex is 0.00, 0.90, 0.07, 0.33. Web safe color of #aa119e is #990099. Color #aa119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010001 10011110
Octal 252 21 236
Decimal 170 17 158
Hex AA 11 9E

RGB Percentages of Color #aa119e

%49.28
%4.93
%45.80

CMYK Percentages of Color #aa119e

%0
%90
%7
%33

Triadic Colors of #aa119e

#aa119e #9eaa11 #119eaa

Analogous Colors of #aa119e

#aa119e #aa1152 #6a11aa

Monochromatic Colors of #aa119e

#aa119e

Complementary Color

#aa119e #11aa1d

#aa119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa119e Color CSS Codes

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

#aa119e Text Font Color

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

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


#aa119e Background Color

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

This div background color is #aa119e


#aa119e Border Color

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

This div border color is #aa119e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa119e


Comments

No comments written yet.

Please login to write comment.