Color Hex Logo

#aa304d Color Hex

#AA304D
(170,48,77)
0 Favorites   0 Comments

Color spaces of #aa304d

RGB 1704877
HSL0.960.560.43
HSV346°72°67°
CMYK 0.000.720.55   0.33
XYZ18.974111.19588.1821
Yxy11.19580.49470.2919
Hunter Lab33.460142.66618.9237
CIE-Lab39.908351.236611.9958

#aa304d color RGB value is (170,48,77).

#aa304d hex color red value is 170, green value is 48 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa304d hue: 0.96 , saturation: 0.56 and the lightness value of aa304d is 0.43.

The process color (four color CMYK) of #aa304d color hex is 0.00, 0.72, 0.55, 0.33. Web safe color of #aa304d is #993366. Color #aa304d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 01001101
Octal 252 60 115
Decimal 170 48 77
Hex AA 30 4D

RGB Percentages of Color #aa304d

%57.63
%16.27
%26.10

CMYK Percentages of Color #aa304d

%0
%72
%55
%33

Triadic Colors of #aa304d

#aa304d #4daa30 #304daa

Analogous Colors of #aa304d

#aa304d #aa5030 #aa308a

Monochromatic Colors of #aa304d

#aa304d

Complementary Color

#aa304d #30aa8d

#aa304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa304d Color CSS Codes

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

#aa304d Text Font Color

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

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


#aa304d Background Color

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

This div background color is #aa304d


#aa304d Border Color

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

This div border color is #aa304d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa304d


Comments

No comments written yet.

Please login to write comment.