Color Hex Logo

#aa8dce Color Hex

#AA8DCE
(170,141,206)
0 Favorites   0 Comments

Color spaces of #aa8dce

RGB 170141206
HSL0.740.400.68
HSV267°32°81°
CMYK 0.170.320.00   0.19
XYZ37.243032.052062.6163
Yxy32.05200.28230.2430
Hunter Lab56.614518.3482-25.9453
CIE-Lab63.385823.6997-29.4458

#aa8dce color RGB value is (170,141,206).

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

The process color (four color CMYK) of #aa8dce color hex is 0.17, 0.32, 0.00, 0.19. Web safe color of #aa8dce is #9999cc. Color #aa8dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001101 11001110
Octal 252 215 316
Decimal 170 141 206
Hex AA 8D CE

RGB Percentages of Color #aa8dce

%32.88
%27.27
%39.85

CMYK Percentages of Color #aa8dce

%17
%32
%0
%19

Triadic Colors of #aa8dce

#aa8dce #ceaa8d #8dceaa

Analogous Colors of #aa8dce

#aa8dce #cb8dce #8d91ce

Monochromatic Colors of #aa8dce

#aa8dce

Complementary Color

#aa8dce #b1ce8d

#aa8dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8dce Color CSS Codes

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

#aa8dce Text Font Color

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

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


#aa8dce Background Color

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

This div background color is #aa8dce


#aa8dce Border Color

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

This div border color is #aa8dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8dce


Comments

No comments written yet.

Please login to write comment.