Color Hex Logo

#a19eea Color Hex

#A19EEA
(161,158,234)
0 Favorites   0 Comments

Color spaces of #a19eea

RGB 161158234
HSL0.670.640.77
HSV242°32°92°
CMYK 0.310.320.00   0.08
XYZ41.776137.971382.9693
Yxy37.97130.25670.2334
Hunter Lab61.620913.1783-36.6963
CIE-Lab67.999518.0934-37.8498

#a19eea color RGB value is (161,158,234).

#a19eea hex color red value is 161, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a19eea hue: 0.67 , saturation: 0.64 and the lightness value of a19eea is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10011110 11101010
Octal 241 236 352
Decimal 161 158 234
Hex A1 9E EA

RGB Percentages of Color #a19eea

%29.11
%28.57
%42.31

CMYK Percentages of Color #a19eea

%31
%32
%0
%8

Triadic Colors of #a19eea

#a19eea #eaa19e #9eeaa1

Analogous Colors of #a19eea

#a19eea #c79eea #9ec1ea

Monochromatic Colors of #a19eea

#a19eea

Complementary Color

#a19eea #e7ea9e

#a19eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a19eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a19eea Color CSS Codes

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

#a19eea Text Font Color

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

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


#a19eea Background Color

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

This div background color is #a19eea


#a19eea Border Color

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

This div border color is #a19eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a19eea


Comments

No comments written yet.

Please login to write comment.