Color Hex Logo

#aa003e Color Hex

#AA003E
(170,0,62)
0 Favorites   0 Comments

Color spaces of #aa003e

RGB 170062
HSL0.941.000.33
HSV338°100°67°
CMYK 0.001.000.64   0.33
XYZ17.44718.89385.3545
Yxy8.89380.55050.2806
Hunter Lab29.822552.238910.2305
CIE-Lab35.779060.975916.0002

#aa003e color RGB value is (170,0,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 00111110
Octal 252 0 76
Decimal 170 0 62
Hex AA 0 3E

RGB Percentages of Color #aa003e

%73.28
%0.00
%26.72

CMYK Percentages of Color #aa003e

%0
%100
%64
%33

Triadic Colors of #aa003e

#aa003e #3eaa00 #003eaa

Analogous Colors of #aa003e

#aa003e #aa1700 #aa0093

Monochromatic Colors of #aa003e

#aa003e

Complementary Color

#aa003e #00aa6c

#aa003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa003e Color CSS Codes

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

#aa003e Text Font Color

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

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


#aa003e Background Color

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

This div background color is #aa003e


#aa003e Border Color

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

This div border color is #aa003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa003e


Comments

No comments written yet.

Please login to write comment.