Color Hex Logo

#a49fea Color Hex

#A49FEA
(164,159,234)
0 Favorites   0 Comments

Color spaces of #a49fea

RGB 164159234
HSL0.680.640.77
HSV244°32°92°
CMYK 0.300.320.00   0.08
XYZ42.559338.629383.0550
Yxy38.62930.25910.2352
Hunter Lab62.152513.4622-35.7231
CIE-Lab68.481918.3750-37.0809

#a49fea color RGB value is (164,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11101010
Octal 244 237 352
Decimal 164 159 234
Hex A4 9F EA

RGB Percentages of Color #a49fea

%29.44
%28.55
%42.01

CMYK Percentages of Color #a49fea

%30
%32
%0
%8

Triadic Colors of #a49fea

#a49fea #eaa49f #9feaa4

Analogous Colors of #a49fea

#a49fea #ca9fea #9fc0ea

Monochromatic Colors of #a49fea

#a49fea

Complementary Color

#a49fea #e5ea9f

#a49fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fea Color CSS Codes

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

#a49fea Text Font Color

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

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


#a49fea Background Color

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

This div background color is #a49fea


#a49fea Border Color

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

This div border color is #a49fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fea


Comments

No comments written yet.

Please login to write comment.