Color Hex Logo

#a19eda Color Hex

#A19EDA
(161,158,218)
0 Favorites   0 Comments

Color spaces of #a19eda

RGB 161158218
HSL0.680.450.74
HSV243°28°85°
CMYK 0.260.280.00   0.15
XYZ39.579737.092771.4032
Yxy37.09270.26730.2505
Hunter Lab60.90389.4207-26.8786
CIE-Lab67.346514.1252-30.0589

#a19eda color RGB value is (161,158,218).

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

The process color (four color CMYK) of #a19eda color hex is 0.26, 0.28, 0.00, 0.15. Web safe color of #a19eda is #9999cc. Color #a19eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011110 11011010
Octal 241 236 332
Decimal 161 158 218
Hex A1 9E DA

RGB Percentages of Color #a19eda

%29.98
%29.42
%40.60

CMYK Percentages of Color #a19eda

%26
%28
%0
%15

Triadic Colors of #a19eda

#a19eda #daa19e #9edaa1

Analogous Colors of #a19eda

#a19eda #bf9eda #9eb9da

Monochromatic Colors of #a19eda

#a19eda

Complementary Color

#a19eda #d7da9e

#a19eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19eda Color CSS Codes

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

#a19eda Text Font Color

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

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


#a19eda Background Color

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

This div background color is #a19eda


#a19eda Border Color

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

This div border color is #a19eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19eda


Comments

No comments written yet.

Please login to write comment.