Color Hex Logo

#aa0fdb Color Hex

#AA0FDB
(170,15,219)
0 Favorites   0 Comments

Color spaces of #aa0fdb

RGB 17015219
HSL0.790.870.46
HSV286°93°86°
CMYK 0.220.930.00   0.14
XYZ29.534614.002268.1639
Yxy14.00220.26440.1254
Hunter Lab37.419575.4029-81.8098
CIE-Lab44.236179.0246-67.2361

#aa0fdb color RGB value is (170,15,219).

#aa0fdb hex color red value is 170, green value is 15 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aa0fdb hue: 0.79 , saturation: 0.87 and the lightness value of aa0fdb is 0.46.

The process color (four color CMYK) of #aa0fdb color hex is 0.22, 0.93, 0.00, 0.14. Web safe color of #aa0fdb is #9900cc. Color #aa0fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001111 11011011
Octal 252 17 333
Decimal 170 15 219
Hex AA F DB

RGB Percentages of Color #aa0fdb

%42.08
%3.71
%54.21

CMYK Percentages of Color #aa0fdb

%22
%93
%0
%14

Triadic Colors of #aa0fdb

#aa0fdb #dbaa0f #0fdbaa

Analogous Colors of #aa0fdb

#aa0fdb #db0fa6 #440fdb

Monochromatic Colors of #aa0fdb

#aa0fdb

Complementary Color

#aa0fdb #40db0f

#aa0fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0fdb Color CSS Codes

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

#aa0fdb Text Font Color

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

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


#aa0fdb Background Color

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

This div background color is #aa0fdb


#aa0fdb Border Color

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

This div border color is #aa0fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0fdb


Comments

No comments written yet.

Please login to write comment.