Color Hex Logo

#aa92ff Color Hex

#AA92FF
(170,146,255)
0 Favorites   0 Comments

Color spaces of #aa92ff

RGB 170146255
HSL0.701.000.79
HSV253°43°100°
CMYK 0.330.430.00   0.00
XYZ44.906436.323899.2521
Yxy36.32380.24880.2013
Hunter Lab60.269227.5286-55.4510
CIE-Lab66.766632.6749-51.2192

#aa92ff color RGB value is (170,146,255).

#aa92ff hex color red value is 170, green value is 146 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa92ff hue: 0.70 , saturation: 1.00 and the lightness value of aa92ff is 0.79.

The process color (four color CMYK) of #aa92ff color hex is 0.33, 0.43, 0.00, 0.00. Web safe color of #aa92ff is #9999ff. Color #aa92ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 11111111
Octal 252 222 377
Decimal 170 146 255
Hex AA 92 FF

RGB Percentages of Color #aa92ff

%29.77
%25.57
%44.66

CMYK Percentages of Color #aa92ff

%33
%43
%0
%0

Triadic Colors of #aa92ff

#aa92ff #ffaa92 #92ffaa

Analogous Colors of #aa92ff

#aa92ff #e192ff #92b1ff

Monochromatic Colors of #aa92ff

#aa92ff

Complementary Color

#aa92ff #e7ff92

#aa92ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa92ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa92ff Color CSS Codes

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

#aa92ff Text Font Color

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

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


#aa92ff Background Color

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

This div background color is #aa92ff


#aa92ff Border Color

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

This div border color is #aa92ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa92ff


Comments

No comments written yet.

Please login to write comment.