Color Hex Logo

#aa9bdb Color Hex

#AA9BDB
(170,155,219)
0 Favorites   0 Comments

Color spaces of #aa9bdb

RGB 170155219
HSL0.710.470.73
HSV254°29°86°
CMYK 0.220.290.00   0.14
XYZ41.085137.103272.0140
Yxy37.10320.27350.2470
Hunter Lab60.912413.8006-27.4572
CIE-Lab67.354418.7662-30.5394

#aa9bdb color RGB value is (170,155,219).

#aa9bdb hex color red value is 170, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa9bdb hue: 0.71 , saturation: 0.47 and the lightness value of aa9bdb is 0.73.

The process color (four color CMYK) of #aa9bdb color hex is 0.22, 0.29, 0.00, 0.14. Web safe color of #aa9bdb is #9999cc. Color #aa9bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011011 11011011
Octal 252 233 333
Decimal 170 155 219
Hex AA 9B DB

RGB Percentages of Color #aa9bdb

%31.25
%28.49
%40.26

CMYK Percentages of Color #aa9bdb

%22
%29
%0
%14

Triadic Colors of #aa9bdb

#aa9bdb #dbaa9b #9bdbaa

Analogous Colors of #aa9bdb

#aa9bdb #ca9bdb #9bacdb

Monochromatic Colors of #aa9bdb

#aa9bdb

Complementary Color

#aa9bdb #ccdb9b

#aa9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9bdb Color CSS Codes

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

#aa9bdb Text Font Color

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

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


#aa9bdb Background Color

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

This div background color is #aa9bdb


#aa9bdb Border Color

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

This div border color is #aa9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9bdb


Comments

No comments written yet.

Please login to write comment.