Color Hex Logo

#aa6edd Color Hex

#AA6EDD
(170,110,221)
0 Favorites   0 Comments

Color spaces of #aa6edd

RGB 170110221
HSL0.760.620.65
HSV272°50°87°
CMYK 0.230.500.00   0.13
XYZ35.204624.918471.3609
Yxy24.91840.26770.1895
Hunter Lab49.918338.5290-49.8154
CIE-Lab56.995844.4421-47.8706

#aa6edd color RGB value is (170,110,221).

#aa6edd hex color red value is 170, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aa6edd hue: 0.76 , saturation: 0.62 and the lightness value of aa6edd is 0.65.

The process color (four color CMYK) of #aa6edd color hex is 0.23, 0.50, 0.00, 0.13. Web safe color of #aa6edd is #9966cc. Color #aa6edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101110 11011101
Octal 252 156 335
Decimal 170 110 221
Hex AA 6E DD

RGB Percentages of Color #aa6edd

%33.93
%21.96
%44.11

CMYK Percentages of Color #aa6edd

%23
%50
%0
%13

Triadic Colors of #aa6edd

#aa6edd #ddaa6e #6eddaa

Analogous Colors of #aa6edd

#aa6edd #dd6ed9 #736edd

Monochromatic Colors of #aa6edd

#aa6edd

Complementary Color

#aa6edd #a1dd6e

#aa6edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6edd Color CSS Codes

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

#aa6edd Text Font Color

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

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


#aa6edd Background Color

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

This div background color is #aa6edd


#aa6edd Border Color

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

This div border color is #aa6edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6edd


Comments

No comments written yet.

Please login to write comment.