Color Hex Logo

#aa4dda Color Hex

#AA4DDA
(170,77,218)
0 Favorites   0 Comments

Color spaces of #aa4dda

RGB 17077218
HSL0.780.660.58
HSV280°65°85°
CMYK 0.220.650.00   0.15
XYZ31.886318.915868.3002
Yxy18.91580.26770.1588
Hunter Lab43.492354.7554-62.6643
CIE-Lab50.588660.4034-56.3975

#aa4dda color RGB value is (170,77,218).

#aa4dda hex color red value is 170, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aa4dda hue: 0.78 , saturation: 0.66 and the lightness value of aa4dda is 0.58.

The process color (four color CMYK) of #aa4dda color hex is 0.22, 0.65, 0.00, 0.15. Web safe color of #aa4dda is #9966cc. Color #aa4dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001101 11011010
Octal 252 115 332
Decimal 170 77 218
Hex AA 4D DA

RGB Percentages of Color #aa4dda

%36.56
%16.56
%46.88

CMYK Percentages of Color #aa4dda

%22
%65
%0
%15

Triadic Colors of #aa4dda

#aa4dda #daaa4d #4ddaaa

Analogous Colors of #aa4dda

#aa4dda #da4dc4 #644dda

Monochromatic Colors of #aa4dda

#aa4dda

Complementary Color

#aa4dda #7dda4d

#aa4dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4dda Color CSS Codes

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

#aa4dda Text Font Color

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

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


#aa4dda Background Color

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

This div background color is #aa4dda


#aa4dda Border Color

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

This div border color is #aa4dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4dda


Comments

No comments written yet.

Please login to write comment.