Color Hex Logo

#aa094f Color Hex

#AA094F
(170,9,79)
0 Favorites   0 Comments

Color spaces of #aa094f

RGB 170979
HSL0.930.900.35
HSV334°95°67°
CMYK 0.000.950.54   0.33
XYZ18.08659.30598.2401
Yxy9.30590.50760.2612
Hunter Lab30.505652.44645.3386
CIE-Lab36.566761.01046.0354

#aa094f color RGB value is (170,9,79).

#aa094f hex color red value is 170, green value is 9 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aa094f hue: 0.93 , saturation: 0.90 and the lightness value of aa094f is 0.35.

The process color (four color CMYK) of #aa094f color hex is 0.00, 0.95, 0.54, 0.33. Web safe color of #aa094f is #990066. Color #aa094f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001001 01001111
Octal 252 11 117
Decimal 170 9 79
Hex AA 9 4F

RGB Percentages of Color #aa094f

%65.89
%3.49
%30.62

CMYK Percentages of Color #aa094f

%0
%95
%54
%33

Triadic Colors of #aa094f

#aa094f #4faa09 #094faa

Analogous Colors of #aa094f

#aa094f #aa1309 #aa09a0

Monochromatic Colors of #aa094f

#aa094f

Complementary Color

#aa094f #09aa64

#aa094f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa094f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa094f Color CSS Codes

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

#aa094f Text Font Color

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

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


#aa094f Background Color

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

This div background color is #aa094f


#aa094f Border Color

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

This div border color is #aa094f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa094f


Comments

No comments written yet.

Please login to write comment.