Color Hex Logo

#a49feb Color Hex

#A49FEB
(164,159,235)
0 Favorites   0 Comments

Color spaces of #a49feb

RGB 164159235
HSL0.680.660.77
HSV244°32°92°
CMYK 0.300.320.00   0.08
XYZ42.703438.686983.8139
Yxy38.68690.25850.2342
Hunter Lab62.198813.7036-36.3551
CIE-Lab68.523918.6253-37.5634

#a49feb color RGB value is (164,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11101011
Octal 244 237 353
Decimal 164 159 235
Hex A4 9F EB

RGB Percentages of Color #a49feb

%29.39
%28.49
%42.11

CMYK Percentages of Color #a49feb

%30
%32
%0
%8

Triadic Colors of #a49feb

#a49feb #eba49f #9feba4

Analogous Colors of #a49feb

#a49feb #ca9feb #9fc0eb

Monochromatic Colors of #a49feb

#a49feb

Complementary Color

#a49feb #e6eb9f

#a49feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49feb Color CSS Codes

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

#a49feb Text Font Color

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

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


#a49feb Background Color

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

This div background color is #a49feb


#a49feb Border Color

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

This div border color is #a49feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49feb


Comments

No comments written yet.

Please login to write comment.