Color Hex Logo

#aa9afb Color Hex

#AA9AFB
(170,154,251)
0 Favorites   0 Comments

Color spaces of #aa9afb

RGB 170154251
HSL0.690.920.79
HSV250°39°98°
CMYK 0.320.390.00   0.02
XYZ45.545838.622396.3211
Yxy38.62230.25230.2140
Hunter Lab62.146822.0610-48.3905
CIE-Lab68.476827.1430-46.3427

#aa9afb color RGB value is (170,154,251).

#aa9afb hex color red value is 170, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aa9afb hue: 0.69 , saturation: 0.92 and the lightness value of aa9afb is 0.79.

The process color (four color CMYK) of #aa9afb color hex is 0.32, 0.39, 0.00, 0.02. Web safe color of #aa9afb is #9999ff. Color #aa9afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011010 11111011
Octal 252 232 373
Decimal 170 154 251
Hex AA 9A FB

RGB Percentages of Color #aa9afb

%29.57
%26.78
%43.65

CMYK Percentages of Color #aa9afb

%32
%39
%0
%2

Triadic Colors of #aa9afb

#aa9afb #fbaa9a #9afbaa

Analogous Colors of #aa9afb

#aa9afb #db9afb #9abbfb

Monochromatic Colors of #aa9afb

#aa9afb

Complementary Color

#aa9afb #ebfb9a

#aa9afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9afb Color CSS Codes

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

#aa9afb Text Font Color

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

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


#aa9afb Background Color

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

This div background color is #aa9afb


#aa9afb Border Color

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

This div border color is #aa9afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9afb


Comments

No comments written yet.

Please login to write comment.