Color Hex Logo

#aa1dde Color Hex

#AA1DDE
(170,29,222)
0 Favorites   0 Comments

Color spaces of #aa1dde

RGB 17029222
HSL0.790.770.49
HSV284°87°87°
CMYK 0.230.870.00   0.13
XYZ30.201714.698770.3526
Yxy14.69870.26200.1275
Hunter Lab38.338973.5215-81.9611
CIE-Lab45.218777.3199-67.3538

#aa1dde color RGB value is (170,29,222).

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

The process color (four color CMYK) of #aa1dde color hex is 0.23, 0.87, 0.00, 0.13. Web safe color of #aa1dde is #9933cc. Color #aa1dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011101 11011110
Octal 252 35 336
Decimal 170 29 222
Hex AA 1D DE

RGB Percentages of Color #aa1dde

%40.38
%6.89
%52.73

CMYK Percentages of Color #aa1dde

%23
%87
%0
%13

Triadic Colors of #aa1dde

#aa1dde #deaa1d #1ddeaa

Analogous Colors of #aa1dde

#aa1dde #de1db2 #4a1dde

Monochromatic Colors of #aa1dde

#aa1dde

Complementary Color

#aa1dde #51de1d

#aa1dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1dde Color CSS Codes

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

#aa1dde Text Font Color

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

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


#aa1dde Background Color

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

This div background color is #aa1dde


#aa1dde Border Color

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

This div border color is #aa1dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1dde


Comments

No comments written yet.

Please login to write comment.