Color Hex Logo

#aa98bf Color Hex

#AA98BF
(170,152,191)
0 Favorites   0 Comments

Color spaces of #aa98bf

RGB 170152191
HSL0.740.230.67
HSV268°20°75°
CMYK 0.110.200.00   0.25
XYZ37.209834.764154.0392
Yxy34.76410.29530.2759
Hunter Lab58.96119.4678-13.0679
CIE-Lab65.564614.1998-17.7195

#aa98bf color RGB value is (170,152,191).

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

The process color (four color CMYK) of #aa98bf color hex is 0.11, 0.20, 0.00, 0.25. Web safe color of #aa98bf is #9999cc. Color #aa98bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011000 10111111
Octal 252 230 277
Decimal 170 152 191
Hex AA 98 BF

RGB Percentages of Color #aa98bf

%33.14
%29.63
%37.23

CMYK Percentages of Color #aa98bf

%11
%20
%0
%25

Triadic Colors of #aa98bf

#aa98bf #bfaa98 #98bfaa

Analogous Colors of #aa98bf

#aa98bf #be98bf #989abf

Monochromatic Colors of #aa98bf

#aa98bf

Complementary Color

#aa98bf #adbf98

#aa98bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa98bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa98bf Color CSS Codes

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

#aa98bf Text Font Color

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

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


#aa98bf Background Color

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

This div background color is #aa98bf


#aa98bf Border Color

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

This div border color is #aa98bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa98bf


Comments

No comments written yet.

Please login to write comment.