Color Hex Logo

#aa148a Color Hex

#AA148A
(170,20,138)
0 Favorites   0 Comments

Color spaces of #aa148a

RGB 17020138
HSL0.870.790.37
HSV313°88°67°
CMYK 0.000.880.19   0.33
XYZ21.415210.881325.0164
Yxy10.88130.37370.1899
Hunter Lab32.986858.1561-21.8733
CIE-Lab39.379865.5443-27.0125

#aa148a color RGB value is (170,20,138).

#aa148a hex color red value is 170, green value is 20 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aa148a hue: 0.87 , saturation: 0.79 and the lightness value of aa148a is 0.37.

The process color (four color CMYK) of #aa148a color hex is 0.00, 0.88, 0.19, 0.33. Web safe color of #aa148a is #990099. Color #aa148a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 10001010
Octal 252 24 212
Decimal 170 20 138
Hex AA 14 8A

RGB Percentages of Color #aa148a

%51.83
%6.10
%42.07

CMYK Percentages of Color #aa148a

%0
%88
%19
%33

Triadic Colors of #aa148a

#aa148a #8aaa14 #148aaa

Analogous Colors of #aa148a

#aa148a #aa143f #7f14aa

Monochromatic Colors of #aa148a

#aa148a

Complementary Color

#aa148a #14aa34

#aa148a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa148a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa148a Color CSS Codes

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

#aa148a Text Font Color

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

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


#aa148a Background Color

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

This div background color is #aa148a


#aa148a Border Color

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

This div border color is #aa148a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa148a


Comments

No comments written yet.

Please login to write comment.