Color Hex Logo

#aa158f Color Hex

#AA158F
(170,21,143)
0 Favorites   0 Comments

Color spaces of #aa158f

RGB 17021143
HSL0.860.780.37
HSV311°88°67°
CMYK 0.000.880.16   0.33
XYZ21.803711.065526.9733
Yxy11.06550.36440.1849
Hunter Lab33.264858.7857-24.7908
CIE-Lab39.690666.0337-29.5909

#aa158f color RGB value is (170,21,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 10001111
Octal 252 25 217
Decimal 170 21 143
Hex AA 15 8F

RGB Percentages of Color #aa158f

%50.90
%6.29
%42.81

CMYK Percentages of Color #aa158f

%0
%88
%16
%33

Triadic Colors of #aa158f

#aa158f #8faa15 #158faa

Analogous Colors of #aa158f

#aa158f #aa1545 #7b15aa

Monochromatic Colors of #aa158f

#aa158f

Complementary Color

#aa158f #15aa30

#aa158f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa158f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa158f Color CSS Codes

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

#aa158f Text Font Color

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

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


#aa158f Background Color

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

This div background color is #aa158f


#aa158f Border Color

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

This div border color is #aa158f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa158f


Comments

No comments written yet.

Please login to write comment.