Color Hex Logo

#a19dbf Color Hex

#A19DBF
(161,157,191)
0 Favorites   0 Comments

Color spaces of #a19dbf

RGB 161157191
HSL0.690.210.68
HSV247°18°75°
CMYK 0.160.180.00   0.25
XYZ36.158935.452654.2275
Yxy35.45260.28730.2817
Hunter Lab59.54214.2014-12.3185
CIE-Lab66.09958.4176-16.9809

#a19dbf color RGB value is (161,157,191).

#a19dbf hex color red value is 161, green value is 157 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a19dbf hue: 0.69 , saturation: 0.21 and the lightness value of a19dbf is 0.68.

The process color (four color CMYK) of #a19dbf color hex is 0.16, 0.18, 0.00, 0.25. Web safe color of #a19dbf is #9999cc. Color #a19dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 10111111
Octal 241 235 277
Decimal 161 157 191
Hex A1 9D BF

RGB Percentages of Color #a19dbf

%31.63
%30.84
%37.52

CMYK Percentages of Color #a19dbf

%16
%18
%0
%25

Triadic Colors of #a19dbf

#a19dbf #bfa19d #9dbfa1

Analogous Colors of #a19dbf

#a19dbf #b29dbf #9daabf

Monochromatic Colors of #a19dbf

#a19dbf

Complementary Color

#a19dbf #bbbf9d

#a19dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19dbf Color CSS Codes

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

#a19dbf Text Font Color

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

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


#a19dbf Background Color

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

This div background color is #a19dbf


#a19dbf Border Color

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

This div border color is #a19dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19dbf


Comments

No comments written yet.

Please login to write comment.