Color Hex Logo

#aa002e Color Hex

#AA002E
(170,0,46)
0 Favorites   0 Comments

Color spaces of #aa002e

RGB 170046
HSL0.951.000.33
HSV344°100°67°
CMYK 0.001.000.73   0.33
XYZ17.07078.74333.3727
Yxy8.74330.58490.2996
Hunter Lab29.569151.305013.9356
CIE-Lab35.485360.183625.9567

#aa002e color RGB value is (170,0,46).

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

The process color (four color CMYK) of #aa002e color hex is 0.00, 1.00, 0.73, 0.33. Web safe color of #aa002e is #990033. Color #aa002e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 00101110
Octal 252 0 56
Decimal 170 0 46
Hex AA 0 2E

RGB Percentages of Color #aa002e

%78.70
%0.00
%21.30

CMYK Percentages of Color #aa002e

%0
%100
%73
%33

Triadic Colors of #aa002e

#aa002e #2eaa00 #002eaa

Analogous Colors of #aa002e

#aa002e #aa2700 #aa0083

Monochromatic Colors of #aa002e

#aa002e

Complementary Color

#aa002e #00aa7c

#aa002e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa002e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa002e Color CSS Codes

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

#aa002e Text Font Color

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

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


#aa002e Background Color

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

This div background color is #aa002e


#aa002e Border Color

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

This div border color is #aa002e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa002e


Comments

No comments written yet.

Please login to write comment.