Color Hex Logo

#aa3080 Color Hex

#AA3080
(170,48,128)
0 Favorites   0 Comments

Color spaces of #aa3080

RGB 17048128
HSL0.890.560.43
HSV321°72°67°
CMYK 0.000.720.25   0.33
XYZ21.530812.218521.6457
Yxy12.21850.38870.2206
Hunter Lab34.955048.7773-12.2466
CIE-Lab41.561356.6879-17.4823

#aa3080 color RGB value is (170,48,128).

#aa3080 hex color red value is 170, green value is 48 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aa3080 hue: 0.89 , saturation: 0.56 and the lightness value of aa3080 is 0.43.

The process color (four color CMYK) of #aa3080 color hex is 0.00, 0.72, 0.25, 0.33. Web safe color of #aa3080 is #993399. Color #aa3080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110000 10000000
Octal 252 60 200
Decimal 170 48 128
Hex AA 30 80

RGB Percentages of Color #aa3080

%49.13
%13.87
%36.99

CMYK Percentages of Color #aa3080

%0
%72
%25
%33

Triadic Colors of #aa3080

#aa3080 #80aa30 #3080aa

Analogous Colors of #aa3080

#aa3080 #aa3043 #9730aa

Monochromatic Colors of #aa3080

#aa3080

Complementary Color

#aa3080 #30aa5a

#aa3080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3080 Color CSS Codes

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

#aa3080 Text Font Color

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

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


#aa3080 Background Color

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

This div background color is #aa3080


#aa3080 Border Color

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

This div border color is #aa3080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3080


Comments

No comments written yet.

Please login to write comment.