Color Hex Logo

#aa9bbe Color Hex

#AA9BBE
(170,155,190)
0 Favorites   0 Comments

Color spaces of #aa9bbe

RGB 170155190
HSL0.740.210.68
HSV266°18°75°
CMYK 0.110.180.00   0.25
XYZ37.593235.706453.6259
Yxy35.70640.29620.2813
Hunter Lab59.75487.7277-11.3804
CIE-Lab66.295012.3036-16.0555

#aa9bbe color RGB value is (170,155,190).

#aa9bbe hex color red value is 170, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aa9bbe hue: 0.74 , saturation: 0.21 and the lightness value of aa9bbe is 0.68.

The process color (four color CMYK) of #aa9bbe color hex is 0.11, 0.18, 0.00, 0.25. Web safe color of #aa9bbe is #9999cc. Color #aa9bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 10111110
Octal 252 233 276
Decimal 170 155 190
Hex AA 9B BE

RGB Percentages of Color #aa9bbe

%33.01
%30.10
%36.89

CMYK Percentages of Color #aa9bbe

%11
%18
%0
%25

Triadic Colors of #aa9bbe

#aa9bbe #beaa9b #9bbeaa

Analogous Colors of #aa9bbe

#aa9bbe #bc9bbe #9b9ebe

Monochromatic Colors of #aa9bbe

#aa9bbe

Complementary Color

#aa9bbe #afbe9b

#aa9bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9bbe Color CSS Codes

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

#aa9bbe Text Font Color

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

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


#aa9bbe Background Color

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

This div background color is #aa9bbe


#aa9bbe Border Color

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

This div border color is #aa9bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9bbe


Comments

No comments written yet.

Please login to write comment.