Color Hex Logo

#a98baf Color Hex

#A98BAF
(169,139,175)
0 Favorites   0 Comments

Color spaces of #a98baf

RGB 169139175
HSL0.810.180.62
HSV290°21°69°
CMYK 0.030.210.00   0.31
XYZ33.332729.995444.5903
Yxy29.99540.30890.2779
Hunter Lab54.768112.7938-9.9343
CIE-Lab61.650317.8993-14.6420

#a98baf color RGB value is (169,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001011 10101111
Octal 251 213 257
Decimal 169 139 175
Hex A9 8B AF

RGB Percentages of Color #a98baf

%34.99
%28.78
%36.23

CMYK Percentages of Color #a98baf

%3
%21
%0
%31

Triadic Colors of #a98baf

#a98baf #afa98b #8bafa9

Analogous Colors of #a98baf

#a98baf #af8ba3 #978baf

Monochromatic Colors of #a98baf

#a98baf

Complementary Color

#a98baf #91af8b

#a98baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98baf Color CSS Codes

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

#a98baf Text Font Color

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

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


#a98baf Background Color

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

This div background color is #a98baf


#a98baf Border Color

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

This div border color is #a98baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,139,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 #a98baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98baf


Comments

No comments written yet.

Please login to write comment.