Color Hex Logo

#aa8dda Color Hex

#AA8DDA
(170,141,218)
0 Favorites   0 Comments

Color spaces of #aa8dda

RGB 170141218
HSL0.730.510.70
HSV263°35°85°
CMYK 0.220.350.00   0.15
XYZ38.757332.657870.5905
Yxy32.65780.27290.2300
Hunter Lab57.147021.0521-33.2347
CIE-Lab63.882926.4505-35.3689

#aa8dda color RGB value is (170,141,218).

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

The process color (four color CMYK) of #aa8dda color hex is 0.22, 0.35, 0.00, 0.15. Web safe color of #aa8dda is #9999cc. Color #aa8dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001101 11011010
Octal 252 215 332
Decimal 170 141 218
Hex AA 8D DA

RGB Percentages of Color #aa8dda

%32.14
%26.65
%41.21

CMYK Percentages of Color #aa8dda

%22
%35
%0
%15

Triadic Colors of #aa8dda

#aa8dda #daaa8d #8ddaaa

Analogous Colors of #aa8dda

#aa8dda #d18dda #8d97da

Monochromatic Colors of #aa8dda

#aa8dda

Complementary Color

#aa8dda #bdda8d

#aa8dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8dda Color CSS Codes

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

#aa8dda Text Font Color

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

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


#aa8dda Background Color

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

This div background color is #aa8dda


#aa8dda Border Color

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

This div border color is #aa8dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8dda


Comments

No comments written yet.

Please login to write comment.