Color Hex Logo

#aa314a Color Hex

#AA314A
(170,49,74)
0 Favorites   0 Comments

Color spaces of #aa314a

RGB 1704974
HSL0.970.550.43
HSV348°71°67°
CMYK 0.000.710.56   0.33
XYZ18.911911.23717.6508
Yxy11.23710.50030.2973
Hunter Lab33.521842.04089.9333
CIE-Lab39.977050.621013.9819

#aa314a color RGB value is (170,49,74).

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

The process color (four color CMYK) of #aa314a color hex is 0.00, 0.71, 0.56, 0.33. Web safe color of #aa314a is #993333. Color #aa314a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 01001010
Octal 252 61 112
Decimal 170 49 74
Hex AA 31 4A

RGB Percentages of Color #aa314a

%58.02
%16.72
%25.26

CMYK Percentages of Color #aa314a

%0
%71
%56
%33

Triadic Colors of #aa314a

#aa314a #4aaa31 #314aaa

Analogous Colors of #aa314a

#aa314a #aa5531 #aa3187

Monochromatic Colors of #aa314a

#aa314a

Complementary Color

#aa314a #31aa91

#aa314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa314a Color CSS Codes

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

#aa314a Text Font Color

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

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


#aa314a Background Color

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

This div background color is #aa314a


#aa314a Border Color

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

This div border color is #aa314a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,49,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 #aa314a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa314a


Comments

No comments written yet.

Please login to write comment.