Color Hex Logo

#aa048d Color Hex

#AA048D
(170,4,141)
0 Favorites   0 Comments

Color spaces of #aa048d

RGB 1704141
HSL0.860.950.34
HSV310°98°67°
CMYK 0.000.980.17   0.33
XYZ21.428710.556026.1074
Yxy10.55600.36890.1817
Hunter Lab32.490060.8717-24.8996
CIE-Lab38.822468.0111-29.7291

#aa048d color RGB value is (170,4,141).

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

The process color (four color CMYK) of #aa048d color hex is 0.00, 0.98, 0.17, 0.33. Web safe color of #aa048d is #990099. Color #aa048d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 10001101
Octal 252 4 215
Decimal 170 4 141
Hex AA 4 8D

RGB Percentages of Color #aa048d

%53.97
%1.27
%44.76

CMYK Percentages of Color #aa048d

%0
%98
%17
%33

Triadic Colors of #aa048d

#aa048d #8daa04 #048daa

Analogous Colors of #aa048d

#aa048d #aa043a #7404aa

Monochromatic Colors of #aa048d

#aa048d

Complementary Color

#aa048d #04aa21

#aa048d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa048d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa048d Color CSS Codes

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

#aa048d Text Font Color

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

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


#aa048d Background Color

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

This div background color is #aa048d


#aa048d Border Color

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

This div border color is #aa048d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa048d


Comments

No comments written yet.

Please login to write comment.