Color Hex Logo

#aa4ddb Color Hex

#AA4DDB
(170,77,219)
0 Favorites   0 Comments

Color spaces of #aa4ddb

RGB 17077219
HSL0.780.660.58
HSV279°65°86°
CMYK 0.220.650.00   0.14
XYZ32.017618.968368.9916
Yxy18.96830.26690.1581
Hunter Lab43.552655.0068-63.4343
CIE-Lab50.650160.6143-56.8671

#aa4ddb color RGB value is (170,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001101 11011011
Octal 252 115 333
Decimal 170 77 219
Hex AA 4D DB

RGB Percentages of Color #aa4ddb

%36.48
%16.52
%47.00

CMYK Percentages of Color #aa4ddb

%22
%65
%0
%14

Triadic Colors of #aa4ddb

#aa4ddb #dbaa4d #4ddbaa

Analogous Colors of #aa4ddb

#aa4ddb #db4dc5 #634ddb

Monochromatic Colors of #aa4ddb

#aa4ddb

Complementary Color

#aa4ddb #7edb4d

#aa4ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4ddb Color CSS Codes

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

#aa4ddb Text Font Color

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

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


#aa4ddb Background Color

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

This div background color is #aa4ddb


#aa4ddb Border Color

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

This div border color is #aa4ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4ddb


Comments

No comments written yet.

Please login to write comment.