Color Hex Logo

#aa315f Color Hex

#AA315F
(170,49,95)
0 Favorites   0 Comments

Color spaces of #aa315f

RGB 1704995
HSL0.940.550.43
HSV337°71°67°
CMYK 0.000.710.44   0.33
XYZ19.741411.568912.0190
Yxy11.56890.45560.2670
Hunter Lab34.013144.07962.8582
CIE-Lab40.522652.47601.5128

#aa315f color RGB value is (170,49,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 01011111
Octal 252 61 137
Decimal 170 49 95
Hex AA 31 5F

RGB Percentages of Color #aa315f

%54.14
%15.61
%30.25

CMYK Percentages of Color #aa315f

%0
%71
%44
%33

Triadic Colors of #aa315f

#aa315f #5faa31 #315faa

Analogous Colors of #aa315f

#aa315f #aa4031 #aa319c

Monochromatic Colors of #aa315f

#aa315f

Complementary Color

#aa315f #31aa7c

#aa315f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa315f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa315f Color CSS Codes

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

#aa315f Text Font Color

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

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


#aa315f Background Color

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

This div background color is #aa315f


#aa315f Border Color

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

This div border color is #aa315f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa315f


Comments

No comments written yet.

Please login to write comment.