Color Hex Logo

#a98daf Color Hex

#A98DAF
(169,141,175)
0 Favorites   0 Comments

Color spaces of #a98daf

RGB 169141175
HSL0.800.180.62
HSV289°19°69°
CMYK 0.030.190.00   0.31
XYZ33.624930.579944.6877
Yxy30.57990.30880.2808
Hunter Lab55.299111.7644-9.2034
CIE-Lab62.151416.7666-13.8861

#a98daf color RGB value is (169,141,175).

#a98daf hex color red value is 169, green value is 141 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a98daf hue: 0.80 , saturation: 0.18 and the lightness value of a98daf is 0.62.

The process color (four color CMYK) of #a98daf color hex is 0.03, 0.19, 0.00, 0.31. Web safe color of #a98daf is #999999. Color #a98daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 10101111
Octal 251 215 257
Decimal 169 141 175
Hex A9 8D AF

RGB Percentages of Color #a98daf

%34.85
%29.07
%36.08

CMYK Percentages of Color #a98daf

%3
%19
%0
%31

Triadic Colors of #a98daf

#a98daf #afa98d #8dafa9

Analogous Colors of #a98daf

#a98daf #af8da4 #988daf

Monochromatic Colors of #a98daf

#a98daf

Complementary Color

#a98daf #93af8d

#a98daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98daf Color CSS Codes

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

#a98daf Text Font Color

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

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


#a98daf Background Color

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

This div background color is #a98daf


#a98daf Border Color

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

This div border color is #a98daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98daf


Comments

No comments written yet.

Please login to write comment.