Color Hex Logo

#a98fad Color Hex

#A98FAD
(169,143,173)
0 Favorites   0 Comments

Color spaces of #a98fad

RGB 169143173
HSL0.810.150.62
HSV292°17°68°
CMYK 0.020.170.00   0.32
XYZ33.727531.097143.7599
Yxy31.09710.31060.2864
Hunter Lab55.764810.3715-7.4909
CIE-Lab62.589515.2374-12.0948

#a98fad color RGB value is (169,143,173).

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

The process color (four color CMYK) of #a98fad color hex is 0.02, 0.17, 0.00, 0.32. Web safe color of #a98fad is #999999. Color #a98fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 10101101
Octal 251 217 255
Decimal 169 143 173
Hex A9 8F AD

RGB Percentages of Color #a98fad

%34.85
%29.48
%35.67

CMYK Percentages of Color #a98fad

%2
%17
%0
%32

Triadic Colors of #a98fad

#a98fad #ada98f #8fada9

Analogous Colors of #a98fad

#a98fad #ad8fa2 #9a8fad

Monochromatic Colors of #a98fad

#a98fad

Complementary Color

#a98fad #93ad8f

#a98fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fad Color CSS Codes

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

#a98fad Text Font Color

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

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


#a98fad Background Color

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

This div background color is #a98fad


#a98fad Border Color

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

This div border color is #a98fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fad


Comments

No comments written yet.

Please login to write comment.