Color Hex Logo

#a49aea Color Hex

#A49AEA
(164,154,234)
0 Favorites   0 Comments

Color spaces of #a49aea

RGB 164154234
HSL0.690.660.76
HSV248°34°92°
CMYK 0.300.340.00   0.08
XYZ41.716736.944282.7741
Yxy36.94420.25840.2288
Hunter Lab60.781716.1429-38.1954
CIE-Lab67.235121.2076-39.0242

#a49aea color RGB value is (164,154,234).

#a49aea hex color red value is 164, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a49aea hue: 0.69 , saturation: 0.66 and the lightness value of a49aea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011010 11101010
Octal 244 232 352
Decimal 164 154 234
Hex A4 9A EA

RGB Percentages of Color #a49aea

%29.71
%27.90
%42.39

CMYK Percentages of Color #a49aea

%30
%34
%0
%8

Triadic Colors of #a49aea

#a49aea #eaa49a #9aeaa4

Analogous Colors of #a49aea

#a49aea #cc9aea #9ab8ea

Monochromatic Colors of #a49aea

#a49aea

Complementary Color

#a49aea #e0ea9a

#a49aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49aea Color CSS Codes

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

#a49aea Text Font Color

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

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


#a49aea Background Color

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

This div background color is #a49aea


#a49aea Border Color

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

This div border color is #a49aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49aea


Comments

No comments written yet.

Please login to write comment.