Color Hex Logo

#aa305f Color Hex

#AA305F
(170,48,95)
0 Favorites   0 Comments

Color spaces of #aa305f

RGB 1704895
HSL0.940.560.43
HSV337°72°67°
CMYK 0.000.720.44   0.33
XYZ19.700111.486212.0052
Yxy11.48620.45610.2659
Hunter Lab33.891344.44752.7218
CIE-Lab40.387652.85131.3168

#aa305f color RGB value is (170,48,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 01011111
Octal 252 60 137
Decimal 170 48 95
Hex AA 30 5F

RGB Percentages of Color #aa305f

%54.31
%15.34
%30.35

CMYK Percentages of Color #aa305f

%0
%72
%44
%33

Triadic Colors of #aa305f

#aa305f #5faa30 #305faa

Analogous Colors of #aa305f

#aa305f #aa3e30 #aa309c

Monochromatic Colors of #aa305f

#aa305f

Complementary Color

#aa305f #30aa7b

#aa305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa305f Color CSS Codes

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

#aa305f Text Font Color

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

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


#aa305f Background Color

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

This div background color is #aa305f


#aa305f Border Color

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

This div border color is #aa305f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa305f


Comments

No comments written yet.

Please login to write comment.