Color Hex Logo

#a49eea Color Hex

#A49EEA
(164,158,234)
0 Favorites   0 Comments

Color spaces of #a49eea

RGB 164158234
HSL0.680.640.77
HSV245°32°92°
CMYK 0.300.320.00   0.08
XYZ42.388038.286782.9979
Yxy38.28670.25900.2339
Hunter Lab61.876213.9971-36.2155
CIE-Lab68.231418.9408-37.4709

#a49eea color RGB value is (164,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 11101010
Octal 244 236 352
Decimal 164 158 234
Hex A4 9E EA

RGB Percentages of Color #a49eea

%29.50
%28.42
%42.09

CMYK Percentages of Color #a49eea

%30
%32
%0
%8

Triadic Colors of #a49eea

#a49eea #eaa49e #9eeaa4

Analogous Colors of #a49eea

#a49eea #ca9eea #9ebeea

Monochromatic Colors of #a49eea

#a49eea

Complementary Color

#a49eea #e4ea9e

#a49eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49eea Color CSS Codes

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

#a49eea Text Font Color

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

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


#a49eea Background Color

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

This div background color is #a49eea


#a49eea Border Color

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

This div border color is #a49eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49eea


Comments

No comments written yet.

Please login to write comment.