Color Hex Logo

#aa4fdb Color Hex

#AA4FDB
(170,79,219)
0 Favorites   0 Comments

Color spaces of #aa4fdb

RGB 17079219
HSL0.780.660.58
HSV279°64°86°
CMYK 0.220.640.00   0.14
XYZ32.159719.252569.0389
Yxy19.25250.26700.1598
Hunter Lab43.877754.0439-62.5749
CIE-Lab50.981359.7006-56.3353

#aa4fdb color RGB value is (170,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001111 11011011
Octal 252 117 333
Decimal 170 79 219
Hex AA 4F DB

RGB Percentages of Color #aa4fdb

%36.32
%16.88
%46.79

CMYK Percentages of Color #aa4fdb

%22
%64
%0
%14

Triadic Colors of #aa4fdb

#aa4fdb #dbaa4f #4fdbaa

Analogous Colors of #aa4fdb

#aa4fdb #db4fc6 #644fdb

Monochromatic Colors of #aa4fdb

#aa4fdb

Complementary Color

#aa4fdb #80db4f

#aa4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4fdb Color CSS Codes

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

#aa4fdb Text Font Color

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

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


#aa4fdb Background Color

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

This div background color is #aa4fdb


#aa4fdb Border Color

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

This div border color is #aa4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4fdb


Comments

No comments written yet.

Please login to write comment.