Color Hex Logo

#aa4edd Color Hex

#AA4EDD
(170,78,221)
0 Favorites   0 Comments

Color spaces of #aa4edd

RGB 17078221
HSL0.770.680.59
HSV279°65°87°
CMYK 0.230.650.00   0.13
XYZ32.353119.215370.4103
Yxy19.21530.26520.1575
Hunter Lab43.835355.0322-64.5498
CIE-Lab50.938260.5837-57.5400

#aa4edd color RGB value is (170,78,221).

#aa4edd hex color red value is 170, green value is 78 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aa4edd hue: 0.77 , saturation: 0.68 and the lightness value of aa4edd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 11011101
Octal 252 116 335
Decimal 170 78 221
Hex AA 4E DD

RGB Percentages of Color #aa4edd

%36.25
%16.63
%47.12

CMYK Percentages of Color #aa4edd

%23
%65
%0
%13

Triadic Colors of #aa4edd

#aa4edd #ddaa4e #4eddaa

Analogous Colors of #aa4edd

#aa4edd #dd4ec9 #624edd

Monochromatic Colors of #aa4edd

#aa4edd

Complementary Color

#aa4edd #81dd4e

#aa4edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4edd Color CSS Codes

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

#aa4edd Text Font Color

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

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


#aa4edd Background Color

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

This div background color is #aa4edd


#aa4edd Border Color

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

This div border color is #aa4edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4edd


Comments

No comments written yet.

Please login to write comment.