Color Hex Logo

#aa8ddb Color Hex

#AA8DDB
(170,141,219)
0 Favorites   0 Comments

Color spaces of #aa8ddb

RGB 170141219
HSL0.730.520.71
HSV262°36°86°
CMYK 0.220.360.00   0.14
XYZ38.888632.710371.2819
Yxy32.71030.27220.2289
Hunter Lab57.192921.2843-33.8605
CIE-Lab63.925626.6844-35.8585

#aa8ddb color RGB value is (170,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001101 11011011
Octal 252 215 333
Decimal 170 141 219
Hex AA 8D DB

RGB Percentages of Color #aa8ddb

%32.08
%26.60
%41.32

CMYK Percentages of Color #aa8ddb

%22
%36
%0
%14

Triadic Colors of #aa8ddb

#aa8ddb #dbaa8d #8ddbaa

Analogous Colors of #aa8ddb

#aa8ddb #d18ddb #8d97db

Monochromatic Colors of #aa8ddb

#aa8ddb

Complementary Color

#aa8ddb #bedb8d

#aa8ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8ddb Color CSS Codes

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

#aa8ddb Text Font Color

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

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


#aa8ddb Background Color

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

This div background color is #aa8ddb


#aa8ddb Border Color

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

This div border color is #aa8ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8ddb


Comments

No comments written yet.

Please login to write comment.