color codes Logo

#aa1ddb color codes

#AA1DDB
(170,29,219)
0 Favorites   0 Comments

Color spaces of #aa1ddb

RGB 17029219
HSL0.790.770.49
HSV285°87°86°
CMYK 0.220.870.00   0.14
XYZ29.803114.539368.2534
Yxy14.53930.26470.1291
Hunter Lab38.130472.7890-79.4377
CIE-Lab44.996676.7695-65.9996

#aa1ddb color RGB value is (170,29,219).

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

The process color (four color CMYK) of #aa1ddb color code is 0.22, 0.87, 0.00, 0.14. Web safe color of #aa1ddb is #9933cc. Color #aa1ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011101 11011011
Octal 252 35 333
Decimal 170 29 219
Hex AA 1D DB

RGB Percentages of Color #aa1ddb

%40.67
%6.94
%52.39

CMYK Percentages of Color #aa1ddb

%22
%87
%0
%14

Triadic Colors of #aa1ddb

#aa1ddb #dbaa1d #1ddbaa

Analogous Colors of #aa1ddb

#aa1ddb #db1dad #4b1ddb

Monochromatic Colors of #aa1ddb

#aa1ddb

Complementary Color

#aa1ddb #4edb1d

#aa1ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1ddb Color CSS Codes

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

#aa1ddb Text Font Color

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

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


#aa1ddb Background Color

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

This div background color is #aa1ddb


#aa1ddb Border Color

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

This div border color is #aa1ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1ddb


Comments

No comments written yet.

Please login to write comment.