Color Hex Logo

#a19dde Color Hex

#A19DDE
(161,157,222)
0 Favorites   0 Comments

Color spaces of #a19dde

RGB 161157222
HSL0.680.500.74
HSV244°29°87°
CMYK 0.270.290.00   0.13
XYZ39.939736.964974.1371
Yxy36.96490.26440.2447
Hunter Lab60.798810.8617-29.7382
CIE-Lab67.250715.6668-32.4140

#a19dde color RGB value is (161,157,222).

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

The process color (four color CMYK) of #a19dde color hex is 0.27, 0.29, 0.00, 0.13. Web safe color of #a19dde is #9999cc. Color #a19dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011101 11011110
Octal 241 235 336
Decimal 161 157 222
Hex A1 9D DE

RGB Percentages of Color #a19dde

%29.81
%29.07
%41.11

CMYK Percentages of Color #a19dde

%27
%29
%0
%13

Triadic Colors of #a19dde

#a19dde #dea19d #9ddea1

Analogous Colors of #a19dde

#a19dde #c29dde #9dbade

Monochromatic Colors of #a19dde

#a19dde

Complementary Color

#a19dde #dade9d

#a19dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19dde Color CSS Codes

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

#a19dde Text Font Color

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

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


#a19dde Background Color

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

This div background color is #a19dde


#a19dde Border Color

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

This div border color is #a19dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19dde


Comments

No comments written yet.

Please login to write comment.