Color Hex Logo

#a19deb Color Hex

#A19DEB
(161,157,235)
0 Favorites   0 Comments

Color spaces of #a19deb

RGB 161157235
HSL0.680.660.77
HSV243°33°92°
CMYK 0.310.330.00   0.08
XYZ41.750337.689283.6715
Yxy37.68920.25600.2311
Hunter Lab61.391513.9566-37.8332
CIE-Lab67.790918.9140-38.7232

#a19deb color RGB value is (161,157,235).

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

The process color (four color CMYK) of #a19deb color hex is 0.31, 0.33, 0.00, 0.08. Web safe color of #a19deb is #9999ff. Color #a19deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 11101011
Octal 241 235 353
Decimal 161 157 235
Hex A1 9D EB

RGB Percentages of Color #a19deb

%29.11
%28.39
%42.50

CMYK Percentages of Color #a19deb

%31
%33
%0
%8

Triadic Colors of #a19deb

#a19deb #eba19d #9deba1

Analogous Colors of #a19deb

#a19deb #c89deb #9dc0eb

Monochromatic Colors of #a19deb

#a19deb

Complementary Color

#a19deb #e7eb9d

#a19deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19deb Color CSS Codes

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

#a19deb Text Font Color

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

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


#a19deb Background Color

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

This div background color is #a19deb


#a19deb Border Color

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

This div border color is #a19deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,157,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19deb


Comments

No comments written yet.

Please login to write comment.