Color Hex Logo

#aa0198 Color Hex

#AA0198
(170,1,152)
0 Favorites   0 Comments

Color spaces of #aa0198

RGB 1701152
HSL0.850.990.34
HSV306°99°67°
CMYK 0.000.990.11   0.33
XYZ22.255910.834830.6241
Yxy10.83480.34930.1701
Hunter Lab32.916363.0870-32.1199
CIE-Lab39.300869.8152-35.6919

#aa0198 color RGB value is (170,1,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000001 10011000
Octal 252 1 230
Decimal 170 1 152
Hex AA 1 98

RGB Percentages of Color #aa0198

%52.63
%0.31
%47.06

CMYK Percentages of Color #aa0198

%0
%99
%11
%33

Triadic Colors of #aa0198

#aa0198 #98aa01 #0198aa

Analogous Colors of #aa0198

#aa0198 #aa0143 #6801aa

Monochromatic Colors of #aa0198

#aa0198

Complementary Color

#aa0198 #01aa13

#aa0198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0198 Color CSS Codes

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

#aa0198 Text Font Color

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

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


#aa0198 Background Color

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

This div background color is #aa0198


#aa0198 Border Color

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

This div border color is #aa0198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0198


Comments

No comments written yet.

Please login to write comment.