Color Hex Logo

#aa28ad Color Hex

#AA28AD
(170,40,173)
0 Favorites   0 Comments

Color spaces of #aa28ad

RGB 17040173
HSL0.830.620.42
HSV299°77°68°
CMYK 0.020.770.00   0.32
XYZ24.879213.080840.7487
Yxy13.08080.31610.1662
Hunter Lab36.167459.4955-41.4831
CIE-Lab42.884766.0288-42.6024

#aa28ad color RGB value is (170,40,173).

#aa28ad hex color red value is 170, green value is 40 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa28ad hue: 0.83 , saturation: 0.62 and the lightness value of aa28ad is 0.42.

The process color (four color CMYK) of #aa28ad color hex is 0.02, 0.77, 0.00, 0.32. Web safe color of #aa28ad is #993399. Color #aa28ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00101000 10101101
Octal 252 50 255
Decimal 170 40 173
Hex AA 28 AD

RGB Percentages of Color #aa28ad

%44.39
%10.44
%45.17

CMYK Percentages of Color #aa28ad

%2
%77
%0
%32

Triadic Colors of #aa28ad

#aa28ad #adaa28 #28adaa

Analogous Colors of #aa28ad

#aa28ad #ad286e #6828ad

Monochromatic Colors of #aa28ad

#aa28ad

Complementary Color

#aa28ad #2bad28

#aa28ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa28ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa28ad Color CSS Codes

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

#aa28ad Text Font Color

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

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


#aa28ad Background Color

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

This div background color is #aa28ad


#aa28ad Border Color

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

This div border color is #aa28ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa28ad


Comments

No comments written yet.

Please login to write comment.