Color Hex Logo

#aa058e Color Hex

#AA058E
(170,5,142)
0 Favorites   0 Comments

Color spaces of #aa058e

RGB 1705142
HSL0.860.940.34
HSV310°97°67°
CMYK 0.000.970.16   0.33
XYZ21.514310.607626.5047
Yxy10.60760.36700.1809
Hunter Lab32.569360.9154-25.4513
CIE-Lab38.911568.0313-30.2024

#aa058e color RGB value is (170,5,142).

#aa058e hex color red value is 170, green value is 5 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aa058e hue: 0.86 , saturation: 0.94 and the lightness value of aa058e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 10001110
Octal 252 5 216
Decimal 170 5 142
Hex AA 5 8E

RGB Percentages of Color #aa058e

%53.63
%1.58
%44.79

CMYK Percentages of Color #aa058e

%0
%97
%16
%33

Triadic Colors of #aa058e

#aa058e #8eaa05 #058eaa

Analogous Colors of #aa058e

#aa058e #aa053c #7405aa

Monochromatic Colors of #aa058e

#aa058e

Complementary Color

#aa058e #05aa21

#aa058e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa058e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa058e Color CSS Codes

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

#aa058e Text Font Color

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

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


#aa058e Background Color

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

This div background color is #aa058e


#aa058e Border Color

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

This div border color is #aa058e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa058e


Comments

No comments written yet.

Please login to write comment.