Color Hex Logo

#aa0cdb Color Hex

#AA0CDB
(170,12,219)
0 Favorites   0 Comments

Color spaces of #aa0cdb

RGB 17012219
HSL0.790.900.45
HSV286°95°86°
CMYK 0.220.950.00   0.14
XYZ29.495213.923568.1508
Yxy13.92350.26440.1248
Hunter Lab37.314275.7964-82.1675
CIE-Lab44.123079.3612-67.4200

#aa0cdb color RGB value is (170,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001100 11011011
Octal 252 14 333
Decimal 170 12 219
Hex AA C DB

RGB Percentages of Color #aa0cdb

%42.39
%2.99
%54.61

CMYK Percentages of Color #aa0cdb

%22
%95
%0
%14

Triadic Colors of #aa0cdb

#aa0cdb #dbaa0c #0cdbaa

Analogous Colors of #aa0cdb

#aa0cdb #db0ca5 #430cdb

Monochromatic Colors of #aa0cdb

#aa0cdb

Complementary Color

#aa0cdb #3ddb0c

#aa0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0cdb Color CSS Codes

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

#aa0cdb Text Font Color

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

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


#aa0cdb Background Color

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

This div background color is #aa0cdb


#aa0cdb Border Color

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

This div border color is #aa0cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0cdb


Comments

No comments written yet.

Please login to write comment.