Color Hex Logo

#aa8cdd Color Hex

#AA8CDD
(170,140,221)
0 Favorites   0 Comments

Color spaces of #aa8cdd

RGB 170140221
HSL0.730.540.71
HSV262°37°87°
CMYK 0.230.370.00   0.13
XYZ39.006832.522772.6282
Yxy32.52270.27060.2256
Hunter Lab57.028722.2913-35.5880
CIE-Lab63.772627.7199-37.2089

#aa8cdd color RGB value is (170,140,221).

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

The process color (four color CMYK) of #aa8cdd color hex is 0.23, 0.37, 0.00, 0.13. Web safe color of #aa8cdd is #9999cc. Color #aa8cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001100 11011101
Octal 252 214 335
Decimal 170 140 221
Hex AA 8C DD

RGB Percentages of Color #aa8cdd

%32.02
%26.37
%41.62

CMYK Percentages of Color #aa8cdd

%23
%37
%0
%13

Triadic Colors of #aa8cdd

#aa8cdd #ddaa8c #8cddaa

Analogous Colors of #aa8cdd

#aa8cdd #d38cdd #8c97dd

Monochromatic Colors of #aa8cdd

#aa8cdd

Complementary Color

#aa8cdd #bfdd8c

#aa8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8cdd Color CSS Codes

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

#aa8cdd Text Font Color

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

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


#aa8cdd Background Color

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

This div background color is #aa8cdd


#aa8cdd Border Color

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

This div border color is #aa8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8cdd


Comments

No comments written yet.

Please login to write comment.