Color Hex Logo

#a49bef Color Hex

#A49BEF
(164,155,239)
0 Favorites   0 Comments

Color spaces of #a49bef

RGB 164155239
HSL0.680.720.77
HSV246°35°94°
CMYK 0.310.350.00   0.06
XYZ42.611237.567286.6667
Yxy37.56720.25540.2252
Hunter Lab61.292116.8348-40.9313
CIE-Lab67.700421.8989-41.0396

#a49bef color RGB value is (164,155,239).

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

The process color (four color CMYK) of #a49bef color hex is 0.31, 0.35, 0.00, 0.06. Web safe color of #a49bef is #9999ff. Color #a49bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011011 11101111
Octal 244 233 357
Decimal 164 155 239
Hex A4 9B EF

RGB Percentages of Color #a49bef

%29.39
%27.78
%42.83

CMYK Percentages of Color #a49bef

%31
%35
%0
%6

Triadic Colors of #a49bef

#a49bef #efa49b #9befa4

Analogous Colors of #a49bef

#a49bef #ce9bef #9bbcef

Monochromatic Colors of #a49bef

#a49bef

Complementary Color

#a49bef #e6ef9b

#a49bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49bef Color CSS Codes

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

#a49bef Text Font Color

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

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


#a49bef Background Color

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

This div background color is #a49bef


#a49bef Border Color

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

This div border color is #a49bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49bef


Comments

No comments written yet.

Please login to write comment.