Color Hex Logo

#a98dbf Color Hex

#A98DBF
(169,141,191)
0 Favorites   0 Comments

Color spaces of #a98dbf

RGB 169141191
HSL0.760.280.65
HSV274°26°75°
CMYK 0.120.260.00   0.25
XYZ35.291031.246453.4613
Yxy31.24640.29410.2604
Hunter Lab55.898514.8720-17.5760
CIE-Lab62.715120.0836-22.0660

#a98dbf color RGB value is (169,141,191).

#a98dbf hex color red value is 169, green value is 141 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a98dbf hue: 0.76 , saturation: 0.28 and the lightness value of a98dbf is 0.65.

The process color (four color CMYK) of #a98dbf color hex is 0.12, 0.26, 0.00, 0.25. Web safe color of #a98dbf is #9999cc. Color #a98dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 10111111
Octal 251 215 277
Decimal 169 141 191
Hex A9 8D BF

RGB Percentages of Color #a98dbf

%33.73
%28.14
%38.12

CMYK Percentages of Color #a98dbf

%12
%26
%0
%25

Triadic Colors of #a98dbf

#a98dbf #bfa98d #8dbfa9

Analogous Colors of #a98dbf

#a98dbf #bf8dbc #908dbf

Monochromatic Colors of #a98dbf

#a98dbf

Complementary Color

#a98dbf #a3bf8d

#a98dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98dbf Color CSS Codes

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

#a98dbf Text Font Color

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

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


#a98dbf Background Color

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

This div background color is #a98dbf


#a98dbf Border Color

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

This div border color is #a98dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98dbf


Comments

No comments written yet.

Please login to write comment.