Color Hex Logo

#aa1dd0 Color Hex

#AA1DD0
(170,29,208)
0 Favorites   0 Comments

Color spaces of #aa1dd0

RGB 17029208
HSL0.800.760.46
HSV287°86°82°
CMYK 0.180.860.00   0.18
XYZ28.402113.978860.8757
Yxy13.97880.27510.1354
Hunter Lab37.388270.1687-70.3645
CIE-Lab44.202574.7841-60.9649

#aa1dd0 color RGB value is (170,29,208).

#aa1dd0 hex color red value is 170, green value is 29 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #aa1dd0 hue: 0.80 , saturation: 0.76 and the lightness value of aa1dd0 is 0.46.

The process color (four color CMYK) of #aa1dd0 color hex is 0.18, 0.86, 0.00, 0.18. Web safe color of #aa1dd0 is #9933cc. Color #aa1dd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011101 11010000
Octal 252 35 320
Decimal 170 29 208
Hex AA 1D D0

RGB Percentages of Color #aa1dd0

%41.77
%7.13
%51.11

CMYK Percentages of Color #aa1dd0

%18
%86
%0
%18

Triadic Colors of #aa1dd0

#aa1dd0 #d0aa1d #1dd0aa

Analogous Colors of #aa1dd0

#aa1dd0 #d01d9d #501dd0

Monochromatic Colors of #aa1dd0

#aa1dd0

Complementary Color

#aa1dd0 #43d01d

#aa1dd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1dd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1dd0 Color CSS Codes

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

#aa1dd0 Text Font Color

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

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


#aa1dd0 Background Color

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

This div background color is #aa1dd0


#aa1dd0 Border Color

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

This div border color is #aa1dd0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,29,208, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa1dd0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1dd0


Comments

No comments written yet.

Please login to write comment.