Color Hex Logo

#aa8dcd Color Hex

#AA8DCD
(170,141,205)
0 Favorites   0 Comments

Color spaces of #aa8dcd

RGB 170141205
HSL0.740.390.68
HSV267°31°80°
CMYK 0.170.310.00   0.20
XYZ37.121932.003661.9784
Yxy32.00360.28310.2441
Hunter Lab56.571718.1297-25.3563
CIE-Lab63.345923.4751-28.9480

#aa8dcd color RGB value is (170,141,205).

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

The process color (four color CMYK) of #aa8dcd color hex is 0.17, 0.31, 0.00, 0.20. Web safe color of #aa8dcd is #9999cc. Color #aa8dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001101 11001101
Octal 252 215 315
Decimal 170 141 205
Hex AA 8D CD

RGB Percentages of Color #aa8dcd

%32.95
%27.33
%39.73

CMYK Percentages of Color #aa8dcd

%17
%31
%0
%20

Triadic Colors of #aa8dcd

#aa8dcd #cdaa8d #8dcdaa

Analogous Colors of #aa8dcd

#aa8dcd #ca8dcd #8d90cd

Monochromatic Colors of #aa8dcd

#aa8dcd

Complementary Color

#aa8dcd #b0cd8d

#aa8dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8dcd Color CSS Codes

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

#aa8dcd Text Font Color

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

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


#aa8dcd Background Color

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

This div background color is #aa8dcd


#aa8dcd Border Color

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

This div border color is #aa8dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8dcd


Comments

No comments written yet.

Please login to write comment.