Color Hex Logo

#aa98df Color Hex

#AA98DF
(170,152,223)
0 Favorites   0 Comments

Color spaces of #aa98df

RGB 170152223
HSL0.710.530.74
HSV255°32°87°
CMYK 0.240.320.00   0.13
XYZ41.125136.330274.6569
Yxy36.33020.27040.2388
Hunter Lab60.274516.3095-31.2453
CIE-Lab66.771521.4015-33.6505

#aa98df color RGB value is (170,152,223).

#aa98df hex color red value is 170, green value is 152 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa98df hue: 0.71 , saturation: 0.53 and the lightness value of aa98df is 0.74.

The process color (four color CMYK) of #aa98df color hex is 0.24, 0.32, 0.00, 0.13. Web safe color of #aa98df is #9999cc. Color #aa98df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 11011111
Octal 252 230 337
Decimal 170 152 223
Hex AA 98 DF

RGB Percentages of Color #aa98df

%31.19
%27.89
%40.92

CMYK Percentages of Color #aa98df

%24
%32
%0
%13

Triadic Colors of #aa98df

#aa98df #dfaa98 #98dfaa

Analogous Colors of #aa98df

#aa98df #ce98df #98aadf

Monochromatic Colors of #aa98df

#aa98df

Complementary Color

#aa98df #cddf98

#aa98df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98df Color CSS Codes

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

#aa98df Text Font Color

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

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


#aa98df Background Color

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

This div background color is #aa98df


#aa98df Border Color

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

This div border color is #aa98df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa98df


Comments

No comments written yet.

Please login to write comment.