Color Hex Logo

#aa034a Color Hex

#AA034A
(170,3,74)
0 Favorites   0 Comments

Color spaces of #aa034a

RGB 170374
HSL0.930.970.34
HSV334°98°67°
CMYK 0.000.980.56   0.33
XYZ17.84629.10567.2955
Yxy9.10560.52110.2659
Hunter Lab30.175552.76036.7884
CIE-Lab36.186861.36858.7451

#aa034a color RGB value is (170,3,74).

#aa034a hex color red value is 170, green value is 3 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aa034a hue: 0.93 , saturation: 0.97 and the lightness value of aa034a is 0.34.

The process color (four color CMYK) of #aa034a color hex is 0.00, 0.98, 0.56, 0.33. Web safe color of #aa034a is #990033. Color #aa034a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000011 01001010
Octal 252 3 112
Decimal 170 3 74
Hex AA 3 4A

RGB Percentages of Color #aa034a

%68.83
%1.21
%29.96

CMYK Percentages of Color #aa034a

%0
%98
%56
%33

Triadic Colors of #aa034a

#aa034a #4aaa03 #034aaa

Analogous Colors of #aa034a

#aa034a #aa1003 #aa039e

Monochromatic Colors of #aa034a

#aa034a

Complementary Color

#aa034a #03aa63

#aa034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa034a Color CSS Codes

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

#aa034a Text Font Color

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

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


#aa034a Background Color

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

This div background color is #aa034a


#aa034a Border Color

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

This div border color is #aa034a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa034a


Comments

No comments written yet.

Please login to write comment.