Color Hex Logo

#aa7093 Color Hex

#AA7093
(170,112,147)
0 Favorites   0 Comments

Color spaces of #aa7093

RGB 170112147
HSL0.900.250.55
HSV324°34°67°
CMYK 0.000.340.14   0.33
XYZ27.638222.241030.4400
Yxy22.24100.34410.2769
Hunter Lab47.160422.0788-5.2569
CIE-Lab54.281828.3148-9.5996

#aa7093 color RGB value is (170,112,147).

#aa7093 hex color red value is 170, green value is 112 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aa7093 hue: 0.90 , saturation: 0.25 and the lightness value of aa7093 is 0.55.

The process color (four color CMYK) of #aa7093 color hex is 0.00, 0.34, 0.14, 0.33. Web safe color of #aa7093 is #996699. Color #aa7093 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 10010011
Octal 252 160 223
Decimal 170 112 147
Hex AA 70 93

RGB Percentages of Color #aa7093

%39.63
%26.11
%34.27

CMYK Percentages of Color #aa7093

%0
%34
%14
%33

Triadic Colors of #aa7093

#aa7093 #93aa70 #7093aa

Analogous Colors of #aa7093

#aa7093 #aa7076 #a470aa

Monochromatic Colors of #aa7093

#aa7093

Complementary Color

#aa7093 #70aa87

#aa7093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7093 Color CSS Codes

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

#aa7093 Text Font Color

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

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


#aa7093 Background Color

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

This div background color is #aa7093


#aa7093 Border Color

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

This div border color is #aa7093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7093


Comments

No comments written yet.

Please login to write comment.