Color Hex Logo

#a49eed Color Hex

#A49EED
(164,158,237)
0 Favorites   0 Comments

Color spaces of #a49eed

RGB 164158237
HSL0.680.690.77
HSV245°33°93°
CMYK 0.310.330.00   0.07
XYZ42.822838.460785.2874
Yxy38.46070.25710.2309
Hunter Lab62.016714.7258-38.1259
CIE-Lab68.358819.6934-38.9159

#a49eed color RGB value is (164,158,237).

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

The process color (four color CMYK) of #a49eed color hex is 0.31, 0.33, 0.00, 0.07. Web safe color of #a49eed is #9999ff. Color #a49eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 11101101
Octal 244 236 355
Decimal 164 158 237
Hex A4 9E ED

RGB Percentages of Color #a49eed

%29.34
%28.26
%42.40

CMYK Percentages of Color #a49eed

%31
%33
%0
%7

Triadic Colors of #a49eed

#a49eed #eda49e #9eeda4

Analogous Colors of #a49eed

#a49eed #cc9eed #9ec0ed

Monochromatic Colors of #a49eed

#a49eed

Complementary Color

#a49eed #e7ed9e

#a49eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49eed Color CSS Codes

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

#a49eed Text Font Color

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

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


#a49eed Background Color

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

This div background color is #a49eed


#a49eed Border Color

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

This div border color is #a49eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49eed


Comments

No comments written yet.

Please login to write comment.