Color Hex Logo

#aa148d Color Hex

#AA148D
(170,20,141)
0 Favorites   0 Comments

Color spaces of #aa148d

RGB 17020141
HSL0.870.790.37
HSV312°88°67°
CMYK 0.000.880.17   0.33
XYZ21.635410.969426.1763
Yxy10.96940.36810.1866
Hunter Lab33.120158.6434-23.6755
CIE-Lab39.528965.9411-28.6202

#aa148d color RGB value is (170,20,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010100 10001101
Octal 252 24 215
Decimal 170 20 141
Hex AA 14 8D

RGB Percentages of Color #aa148d

%51.36
%6.04
%42.60

CMYK Percentages of Color #aa148d

%0
%88
%17
%33

Triadic Colors of #aa148d

#aa148d #8daa14 #148daa

Analogous Colors of #aa148d

#aa148d #aa1442 #7c14aa

Monochromatic Colors of #aa148d

#aa148d

Complementary Color

#aa148d #14aa31

#aa148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa148d Color CSS Codes

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

#aa148d Text Font Color

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

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


#aa148d Background Color

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

This div background color is #aa148d


#aa148d Border Color

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

This div border color is #aa148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa148d


Comments

No comments written yet.

Please login to write comment.