Color Hex Logo

#a49ede Color Hex

#A49EDE
(164,158,222)
0 Favorites   0 Comments

Color spaces of #a49ede

RGB 164158222
HSL0.680.490.75
HSV246°29°87°
CMYK 0.260.290.00   0.13
XYZ40.721537.620274.2224
Yxy37.62020.26690.2466
Hunter Lab61.335311.1722-28.8126
CIE-Lab67.739815.9866-31.6383

#a49ede color RGB value is (164,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 11011110
Octal 244 236 336
Decimal 164 158 222
Hex A4 9E DE

RGB Percentages of Color #a49ede

%30.15
%29.04
%40.81

CMYK Percentages of Color #a49ede

%26
%29
%0
%13

Triadic Colors of #a49ede

#a49ede #dea49e #9edea4

Analogous Colors of #a49ede

#a49ede #c49ede #9eb8de

Monochromatic Colors of #a49ede

#a49ede

Complementary Color

#a49ede #d8de9e

#a49ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ede Color CSS Codes

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

#a49ede Text Font Color

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

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


#a49ede Background Color

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

This div background color is #a49ede


#a49ede Border Color

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

This div border color is #a49ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ede


Comments

No comments written yet.

Please login to write comment.