Color Hex Logo

#aa9bfb Color Hex

#AA9BFB
(170,155,251)
0 Favorites   0 Comments

Color spaces of #aa9bfb

RGB 170155251
HSL0.690.920.80
HSV249°38°98°
CMYK 0.320.380.00   0.02
XYZ45.711538.953896.3764
Yxy38.95380.25250.2152
Hunter Lab62.413021.5114-47.8649
CIE-Lab68.717826.5781-45.9639

#aa9bfb color RGB value is (170,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 11111011
Octal 252 233 373
Decimal 170 155 251
Hex AA 9B FB

RGB Percentages of Color #aa9bfb

%29.51
%26.91
%43.58

CMYK Percentages of Color #aa9bfb

%32
%38
%0
%2

Triadic Colors of #aa9bfb

#aa9bfb #fbaa9b #9bfbaa

Analogous Colors of #aa9bfb

#aa9bfb #da9bfb #9bbcfb

Monochromatic Colors of #aa9bfb

#aa9bfb

Complementary Color

#aa9bfb #ecfb9b

#aa9bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9bfb Color CSS Codes

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

#aa9bfb Text Font Color

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

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


#aa9bfb Background Color

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

This div background color is #aa9bfb


#aa9bfb Border Color

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

This div border color is #aa9bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,155,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 #aa9bfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9bfb


Comments

No comments written yet.

Please login to write comment.