Color Hex Logo

#aa1bdd Color Hex

#AA1BDD
(170,27,221)
0 Favorites   0 Comments

Color spaces of #aa1bdd

RGB 17027221
HSL0.790.780.49
HSV284°88°87°
CMYK 0.230.880.00   0.13
XYZ30.020614.550469.6329
Yxy14.55040.26290.1274
Hunter Lab38.145073.7281-81.5312
CIE-Lab45.012177.5270-67.1184

#aa1bdd color RGB value is (170,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011011 11011101
Octal 252 33 335
Decimal 170 27 221
Hex AA 1B DD

RGB Percentages of Color #aa1bdd

%40.67
%6.46
%52.87

CMYK Percentages of Color #aa1bdd

%23
%88
%0
%13

Triadic Colors of #aa1bdd

#aa1bdd #ddaa1b #1bddaa

Analogous Colors of #aa1bdd

#aa1bdd #dd1baf #491bdd

Monochromatic Colors of #aa1bdd

#aa1bdd

Complementary Color

#aa1bdd #4edd1b

#aa1bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1bdd Color CSS Codes

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

#aa1bdd Text Font Color

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

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


#aa1bdd Background Color

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

This div background color is #aa1bdd


#aa1bdd Border Color

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

This div border color is #aa1bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1bdd

#aa1bdd Color Palettes


Comments

No comments written yet.

Please login to write comment.