Color Hex Logo

#aa004e Color Hex

#AA004E
(170,0,78)
0 Favorites   0 Comments

Color spaces of #aa004e

RGB 170078
HSL0.921.000.33
HSV332°100°67°
CMYK 0.001.000.54   0.33
XYZ17.95279.09618.0172
Yxy9.09610.51200.2594
Hunter Lab30.159753.47335.3511
CIE-Lab36.168762.01526.1189

#aa004e color RGB value is (170,0,78).

#aa004e hex color red value is 170, green value is 0 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa004e hue: 0.92 , saturation: 1.00 and the lightness value of aa004e is 0.33.

The process color (four color CMYK) of #aa004e color hex is 0.00, 1.00, 0.54, 0.33. Web safe color of #aa004e is #990066. Color #aa004e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 01001110
Octal 252 0 116
Decimal 170 0 78
Hex AA 0 4E

RGB Percentages of Color #aa004e

%68.55
%0.00
%31.45

CMYK Percentages of Color #aa004e

%0
%100
%54
%33

Triadic Colors of #aa004e

#aa004e #4eaa00 #004eaa

Analogous Colors of #aa004e

#aa004e #aa0700 #aa00a3

Monochromatic Colors of #aa004e

#aa004e

Complementary Color

#aa004e #00aa5c

#aa004e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa004e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa004e Color CSS Codes

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

#aa004e Text Font Color

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

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


#aa004e Background Color

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

This div background color is #aa004e


#aa004e Border Color

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

This div border color is #aa004e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa004e


Comments

No comments written yet.

Please login to write comment.