color codes Logo

#aa048a color codes

#AA048A
(170,4,138)
0 Favorites   0 Comments

Color spaces of #aa048a

RGB 1704138
HSL0.870.950.34
HSV312°98°67°
CMYK 0.000.980.19   0.33
XYZ21.208410.467924.9474
Yxy10.46790.37450.1849
Hunter Lab32.354160.3885-23.0690
CIE-Lab38.669467.6239-28.1246

#aa048a color RGB value is (170,4,138).

#aa048a hex color red value is 170, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aa048a hue: 0.87 , saturation: 0.95 and the lightness value of aa048a is 0.34.

The process color (four color CMYK) of #aa048a color code is 0.00, 0.98, 0.19, 0.33. Web safe color of #aa048a is #990099. Color #aa048a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 10001010
Octal 252 4 212
Decimal 170 4 138
Hex AA 4 8A

RGB Percentages of Color #aa048a

%54.49
%1.28
%44.23

CMYK Percentages of Color #aa048a

%0
%98
%19
%33

Triadic Colors of #aa048a

#aa048a #8aaa04 #048aaa

Analogous Colors of #aa048a

#aa048a #aa0437 #7704aa

Monochromatic Colors of #aa048a

#aa048a

Complementary Color

#aa048a #04aa24

#aa048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa048a Color CSS Codes

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

#aa048a Text Font Color

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

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


#aa048a Background Color

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

This div background color is #aa048a


#aa048a Border Color

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

This div border color is #aa048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa048a


Comments

No comments written yet.

Please login to write comment.