Color Hex Logo

#aa2bdd Color Hex

#AA2BDD
(170,43,221)
0 Favorites   0 Comments

Color spaces of #aa2bdd

RGB 17043221
HSL0.790.720.52
HSV283°81°87°
CMYK 0.230.810.00   0.13
XYZ30.492615.494369.7902
Yxy15.49430.26340.1338
Hunter Lab39.362869.3911-77.5671
CIE-Lab46.303973.7343-65.0208

#aa2bdd color RGB value is (170,43,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101011 11011101
Octal 252 53 335
Decimal 170 43 221
Hex AA 2B DD

RGB Percentages of Color #aa2bdd

%39.17
%9.91
%50.92

CMYK Percentages of Color #aa2bdd

%23
%81
%0
%13

Triadic Colors of #aa2bdd

#aa2bdd #ddaa2b #2bddaa

Analogous Colors of #aa2bdd

#aa2bdd #dd2bb7 #512bdd

Monochromatic Colors of #aa2bdd

#aa2bdd

Complementary Color

#aa2bdd #5edd2b

#aa2bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2bdd Color CSS Codes

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

#aa2bdd Text Font Color

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

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


#aa2bdd Background Color

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

This div background color is #aa2bdd


#aa2bdd Border Color

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

This div border color is #aa2bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2bdd


Comments

No comments written yet.

Please login to write comment.