Color Hex Logo

#a49ebb Color Hex

#A49EBB
(164,158,187)
0 Favorites   0 Comments

Color spaces of #a49ebb

RGB 164158187
HSL0.700.180.68
HSV252°16°73°
CMYK 0.120.160.00   0.27
XYZ36.506335.934152.0256
Yxy35.93410.29330.2887
Hunter Lab59.94513.8019-9.4955
CIE-Lab66.46957.9793-14.1675

#a49ebb color RGB value is (164,158,187).

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

The process color (four color CMYK) of #a49ebb color hex is 0.12, 0.16, 0.00, 0.27. Web safe color of #a49ebb is #9999cc. Color #a49ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 10111011
Octal 244 236 273
Decimal 164 158 187
Hex A4 9E BB

RGB Percentages of Color #a49ebb

%32.22
%31.04
%36.74

CMYK Percentages of Color #a49ebb

%12
%16
%0
%27

Triadic Colors of #a49ebb

#a49ebb #bba49e #9ebba4

Analogous Colors of #a49ebb

#a49ebb #b39ebb #9ea7bb

Monochromatic Colors of #a49ebb

#a49ebb

Complementary Color

#a49ebb #b5bb9e

#a49ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ebb Color CSS Codes

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

#a49ebb Text Font Color

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

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


#a49ebb Background Color

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

This div background color is #a49ebb


#a49ebb Border Color

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

This div border color is #a49ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ebb


Comments

No comments written yet.

Please login to write comment.