Color Hex Logo

#aa5fdb Color Hex

#AA5FDB
(170,95,219)
0 Favorites   0 Comments

Color spaces of #aa5fdb

RGB 17095219
HSL0.770.630.62
HSV276°57°86°
CMYK 0.220.570.00   0.14
XYZ33.456021.844969.4710
Yxy21.84490.26810.1751
Hunter Lab46.738545.9800-55.4102
CIE-Lab53.862151.9034-51.7262

#aa5fdb color RGB value is (170,95,219).

#aa5fdb hex color red value is 170, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa5fdb hue: 0.77 , saturation: 0.63 and the lightness value of aa5fdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011111 11011011
Octal 252 137 333
Decimal 170 95 219
Hex AA 5F DB

RGB Percentages of Color #aa5fdb

%35.12
%19.63
%45.25

CMYK Percentages of Color #aa5fdb

%22
%57
%0
%14

Triadic Colors of #aa5fdb

#aa5fdb #dbaa5f #5fdbaa

Analogous Colors of #aa5fdb

#aa5fdb #db5fce #6c5fdb

Monochromatic Colors of #aa5fdb

#aa5fdb

Complementary Color

#aa5fdb #90db5f

#aa5fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5fdb Color CSS Codes

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

#aa5fdb Text Font Color

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

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


#aa5fdb Background Color

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

This div background color is #aa5fdb


#aa5fdb Border Color

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

This div border color is #aa5fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5fdb


Comments

No comments written yet.

Please login to write comment.