Color Hex Logo

#aa98db Color Hex

#AA98DB
(170,152,219)
0 Favorites   0 Comments

Color spaces of #aa98db

RGB 170152219
HSL0.710.480.73
HSV256°31°86°
CMYK 0.220.310.00   0.14
XYZ40.592036.117071.8497
Yxy36.11700.27320.2431
Hunter Lab60.097415.3950-28.8162
CIE-Lab66.609220.4596-31.6915

#aa98db color RGB value is (170,152,219).

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

The process color (four color CMYK) of #aa98db color hex is 0.22, 0.31, 0.00, 0.14. Web safe color of #aa98db is #9999cc. Color #aa98db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 11011011
Octal 252 230 333
Decimal 170 152 219
Hex AA 98 DB

RGB Percentages of Color #aa98db

%31.42
%28.10
%40.48

CMYK Percentages of Color #aa98db

%22
%31
%0
%14

Triadic Colors of #aa98db

#aa98db #dbaa98 #98dbaa

Analogous Colors of #aa98db

#aa98db #cc98db #98a8db

Monochromatic Colors of #aa98db

#aa98db

Complementary Color

#aa98db #c9db98

#aa98db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98db Color CSS Codes

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

#aa98db Text Font Color

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

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


#aa98db Background Color

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

This div background color is #aa98db


#aa98db Border Color

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

This div border color is #aa98db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa98db


Comments

No comments written yet.

Please login to write comment.