Color Hex Logo

#aa208b Color Hex

#AA208B
(170,32,139)
0 Favorites   0 Comments

Color spaces of #aa208b

RGB 17032139
HSL0.870.680.40
HSV313°81°67°
CMYK 0.000.810.18   0.33
XYZ21.754311.443225.4883
Yxy11.44320.37070.1950
Hunter Lab33.827855.5928-20.9939
CIE-Lab40.317163.1017-26.1619

#aa208b color RGB value is (170,32,139).

#aa208b hex color red value is 170, green value is 32 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aa208b hue: 0.87 , saturation: 0.68 and the lightness value of aa208b is 0.40.

The process color (four color CMYK) of #aa208b color hex is 0.00, 0.81, 0.18, 0.33. Web safe color of #aa208b is #993399. Color #aa208b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100000 10001011
Octal 252 40 213
Decimal 170 32 139
Hex AA 20 8B

RGB Percentages of Color #aa208b

%49.85
%9.38
%40.76

CMYK Percentages of Color #aa208b

%0
%81
%18
%33

Triadic Colors of #aa208b

#aa208b #8baa20 #208baa

Analogous Colors of #aa208b

#aa208b #aa2046 #8420aa

Monochromatic Colors of #aa208b

#aa208b

Complementary Color

#aa208b #20aa3f

#aa208b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa208b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa208b Color CSS Codes

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

#aa208b Text Font Color

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

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


#aa208b Background Color

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

This div background color is #aa208b


#aa208b Border Color

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

This div border color is #aa208b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa208b


Comments

No comments written yet.

Please login to write comment.