Color Hex Logo

#aa6e92 Color Hex

#AA6E92
(170,110,146)
0 Favorites   0 Comments

Color spaces of #aa6e92

RGB 170110146
HSL0.900.260.55
HSV324°35°67°
CMYK 0.000.350.14   0.33
XYZ27.341821.773229.9557
Yxy21.77320.34580.2754
Hunter Lab46.661822.9353-5.3995
CIE-Lab53.785529.2654-9.7579

#aa6e92 color RGB value is (170,110,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101110 10010010
Octal 252 156 222
Decimal 170 110 146
Hex AA 6E 92

RGB Percentages of Color #aa6e92

%39.91
%25.82
%34.27

CMYK Percentages of Color #aa6e92

%0
%35
%14
%33

Triadic Colors of #aa6e92

#aa6e92 #92aa6e #6e92aa

Analogous Colors of #aa6e92

#aa6e92 #aa6e74 #a46eaa

Monochromatic Colors of #aa6e92

#aa6e92

Complementary Color

#aa6e92 #6eaa86

#aa6e92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6e92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6e92 Color CSS Codes

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

#aa6e92 Text Font Color

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

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


#aa6e92 Background Color

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

This div background color is #aa6e92


#aa6e92 Border Color

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

This div border color is #aa6e92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6e92


Comments

No comments written yet.

Please login to write comment.