Color Hex Logo

#aa048b Color Hex

#AA048B
(170,4,139)
0 Favorites   0 Comments

Color spaces of #aa048b

RGB 1704139
HSL0.860.950.34
HSV311°98°67°
CMYK 0.000.980.18   0.33
XYZ21.281210.497025.3306
Yxy10.49700.37260.1838
Hunter Lab32.399160.5486-23.6754
CIE-Lab38.720067.7523-28.6608

#aa048b color RGB value is (170,4,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 10001011
Octal 252 4 213
Decimal 170 4 139
Hex AA 4 8B

RGB Percentages of Color #aa048b

%54.31
%1.28
%44.41

CMYK Percentages of Color #aa048b

%0
%98
%18
%33

Triadic Colors of #aa048b

#aa048b #8baa04 #048baa

Analogous Colors of #aa048b

#aa048b #aa0438 #7604aa

Monochromatic Colors of #aa048b

#aa048b

Complementary Color

#aa048b #04aa23

#aa048b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa048b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa048b Color CSS Codes

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

#aa048b Text Font Color

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

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


#aa048b Background Color

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

This div background color is #aa048b


#aa048b Border Color

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

This div border color is #aa048b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,4,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 #aa048b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa048b


Comments

No comments written yet.

Please login to write comment.