Color Hex Logo

#a98dbb Color Hex

#A98DBB
(169,141,187)
0 Favorites   0 Comments

Color spaces of #a98dbb

RGB 169141187
HSL0.770.250.64
HSV277°25°73°
CMYK 0.100.250.00   0.27
XYZ34.856731.072651.1742
Yxy31.07260.29770.2653
Hunter Lab55.742814.0685-15.4107
CIE-Lab62.568919.2336-20.0352

#a98dbb color RGB value is (169,141,187).

#a98dbb hex color red value is 169, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a98dbb hue: 0.77 , saturation: 0.25 and the lightness value of a98dbb is 0.64.

The process color (four color CMYK) of #a98dbb color hex is 0.10, 0.25, 0.00, 0.27. Web safe color of #a98dbb is #9999cc. Color #a98dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001101 10111011
Octal 251 215 273
Decimal 169 141 187
Hex A9 8D BB

RGB Percentages of Color #a98dbb

%34.00
%28.37
%37.63

CMYK Percentages of Color #a98dbb

%10
%25
%0
%27

Triadic Colors of #a98dbb

#a98dbb #bba98d #8dbba9

Analogous Colors of #a98dbb

#a98dbb #bb8db6 #928dbb

Monochromatic Colors of #a98dbb

#a98dbb

Complementary Color

#a98dbb #9fbb8d

#a98dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98dbb Color CSS Codes

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

#a98dbb Text Font Color

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

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


#a98dbb Background Color

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

This div background color is #a98dbb


#a98dbb Border Color

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

This div border color is #a98dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98dbb


Comments

No comments written yet.

Please login to write comment.