Color Hex Logo

#aa0aae Color Hex

#AA0AAE
(170,10,174)
0 Favorites   0 Comments

Color spaces of #aa0aae

RGB 17010174
HSL0.830.890.36
HSV299°94°68°
CMYK 0.020.940.00   0.32
XYZ24.326111.819141.0436
Yxy11.81910.31520.1531
Hunter Lab34.378966.1413-46.7187
CIE-Lab40.927272.0788-46.3244

#aa0aae color RGB value is (170,10,174).

#aa0aae hex color red value is 170, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa0aae hue: 0.83 , saturation: 0.89 and the lightness value of aa0aae is 0.36.

The process color (four color CMYK) of #aa0aae color hex is 0.02, 0.94, 0.00, 0.32. Web safe color of #aa0aae is #990099. Color #aa0aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001010 10101110
Octal 252 12 256
Decimal 170 10 174
Hex AA A AE

RGB Percentages of Color #aa0aae

%48.02
%2.82
%49.15

CMYK Percentages of Color #aa0aae

%2
%94
%0
%32

Triadic Colors of #aa0aae

#aa0aae #aeaa0a #0aaeaa

Analogous Colors of #aa0aae

#aa0aae #ae0a60 #580aae

Monochromatic Colors of #aa0aae

#aa0aae

Complementary Color

#aa0aae #0eae0a

#aa0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0aae Color CSS Codes

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

#aa0aae Text Font Color

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

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


#aa0aae Background Color

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

This div background color is #aa0aae


#aa0aae Border Color

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

This div border color is #aa0aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0aae


Comments

No comments written yet.

Please login to write comment.