Color Hex Logo

#aa304b Color Hex

#AA304B
(170,48,75)
0 Favorites   0 Comments

Color spaces of #aa304b

RGB 1704875
HSL0.960.560.43
HSV347°72°67°
CMYK 0.000.720.56   0.33
XYZ18.904511.16807.8159
Yxy11.16800.49900.2948
Hunter Lab33.418642.49309.5263
CIE-Lab39.862051.078513.1943

#aa304b color RGB value is (170,48,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 01001011
Octal 252 60 113
Decimal 170 48 75
Hex AA 30 4B

RGB Percentages of Color #aa304b

%58.02
%16.38
%25.60

CMYK Percentages of Color #aa304b

%0
%72
%56
%33

Triadic Colors of #aa304b

#aa304b #4baa30 #304baa

Analogous Colors of #aa304b

#aa304b #aa5230 #aa3088

Monochromatic Colors of #aa304b

#aa304b

Complementary Color

#aa304b #30aa8f

#aa304b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa304b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa304b Color CSS Codes

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

#aa304b Text Font Color

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

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


#aa304b Background Color

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

This div background color is #aa304b


#aa304b Border Color

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

This div border color is #aa304b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa304b


Comments

No comments written yet.

Please login to write comment.