Color Hex Logo

#aa058b Color Hex

#AA058B
(170,5,139)
0 Favorites   0 Comments

Color spaces of #aa058b

RGB 1705139
HSL0.860.940.34
HSV311°97°67°
CMYK 0.000.970.18   0.33
XYZ21.292010.518725.3342
Yxy10.51870.37260.1841
Hunter Lab32.432560.4285-23.6107
CIE-Lab38.757767.6412-28.6016

#aa058b color RGB value is (170,5,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 10001011
Octal 252 5 213
Decimal 170 5 139
Hex AA 5 8B

RGB Percentages of Color #aa058b

%54.14
%1.59
%44.27

CMYK Percentages of Color #aa058b

%0
%97
%18
%33

Triadic Colors of #aa058b

#aa058b #8baa05 #058baa

Analogous Colors of #aa058b

#aa058b #aa0539 #7705aa

Monochromatic Colors of #aa058b

#aa058b

Complementary Color

#aa058b #05aa24

#aa058b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa058b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa058b Color CSS Codes

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

#aa058b Text Font Color

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

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


#aa058b Background Color

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

This div background color is #aa058b


#aa058b Border Color

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

This div border color is #aa058b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa058b


Comments

No comments written yet.

Please login to write comment.