Color Hex Logo

#aa0498 Color Hex

#AA0498
(170,4,152)
0 Favorites   0 Comments

Color spaces of #aa0498

RGB 1704152
HSL0.850.950.34
HSV307°98°67°
CMYK 0.000.980.11   0.33
XYZ22.288510.899930.6349
Yxy10.89990.34920.1708
Hunter Lab33.015062.7295-31.9052
CIE-Lab39.411469.4891-35.5167

#aa0498 color RGB value is (170,4,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000100 10011000
Octal 252 4 230
Decimal 170 4 152
Hex AA 4 98

RGB Percentages of Color #aa0498

%52.15
%1.23
%46.63

CMYK Percentages of Color #aa0498

%0
%98
%11
%33

Triadic Colors of #aa0498

#aa0498 #98aa04 #0498aa

Analogous Colors of #aa0498

#aa0498 #aa0445 #6904aa

Monochromatic Colors of #aa0498

#aa0498

Complementary Color

#aa0498 #04aa16

#aa0498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0498 Color CSS Codes

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

#aa0498 Text Font Color

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

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


#aa0498 Background Color

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

This div background color is #aa0498


#aa0498 Border Color

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

This div border color is #aa0498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0498


Comments

No comments written yet.

Please login to write comment.