Color Hex Logo

#aa4edb Color Hex

#AA4EDB
(170,78,219)
0 Favorites   0 Comments

Color spaces of #aa4edb

RGB 17078219
HSL0.780.660.58
HSV279°64°86°
CMYK 0.220.640.00   0.14
XYZ32.088119.109369.0151
Yxy19.10930.26690.1590
Hunter Lab43.714254.5269-63.0060
CIE-Lab50.814860.1594-56.6026

#aa4edb color RGB value is (170,78,219).

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

The process color (four color CMYK) of #aa4edb color hex is 0.22, 0.64, 0.00, 0.14. Web safe color of #aa4edb is #9966cc. Color #aa4edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001110 11011011
Octal 252 116 333
Decimal 170 78 219
Hex AA 4E DB

RGB Percentages of Color #aa4edb

%36.40
%16.70
%46.90

CMYK Percentages of Color #aa4edb

%22
%64
%0
%14

Triadic Colors of #aa4edb

#aa4edb #dbaa4e #4edbaa

Analogous Colors of #aa4edb

#aa4edb #db4ec6 #644edb

Monochromatic Colors of #aa4edb

#aa4edb

Complementary Color

#aa4edb #7fdb4e

#aa4edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4edb Color CSS Codes

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

#aa4edb Text Font Color

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

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


#aa4edb Background Color

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

This div background color is #aa4edb


#aa4edb Border Color

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

This div border color is #aa4edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4edb


Comments

No comments written yet.

Please login to write comment.