Color Hex Logo

#a98fab Color Hex

#A98FAB
(169,143,171)
0 Favorites   0 Comments

Color spaces of #a98fab

RGB 169143171
HSL0.820.140.62
HSV296°16°67°
CMYK 0.010.160.00   0.33
XYZ33.535331.020242.7481
Yxy31.02020.31250.2891
Hunter Lab55.695810.0100-6.5197
CIE-Lab62.524714.8432-11.0602

#a98fab color RGB value is (169,143,171).

#a98fab hex color red value is 169, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a98fab hue: 0.82 , saturation: 0.14 and the lightness value of a98fab is 0.62.

The process color (four color CMYK) of #a98fab color hex is 0.01, 0.16, 0.00, 0.33. Web safe color of #a98fab is #999999. Color #a98fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 10101011
Octal 251 217 253
Decimal 169 143 171
Hex A9 8F AB

RGB Percentages of Color #a98fab

%34.99
%29.61
%35.40

CMYK Percentages of Color #a98fab

%1
%16
%0
%33

Triadic Colors of #a98fab

#a98fab #aba98f #8faba9

Analogous Colors of #a98fab

#a98fab #ab8f9f #9b8fab

Monochromatic Colors of #a98fab

#a98fab

Complementary Color

#a98fab #91ab8f

#a98fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fab Color CSS Codes

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

#a98fab Text Font Color

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

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


#a98fab Background Color

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

This div background color is #a98fab


#a98fab Border Color

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

This div border color is #a98fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,143,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a98fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a98fab;
  -webkit-box-shadow: 1px 1px 3px 2px #a98fab;
  box-shadow:         1px 1px 3px 2px #a98fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fab


Comments

No comments written yet.

Please login to write comment.