Color Hex Logo

#a49cef Color Hex

#A49CEF
(164,156,239)
0 Favorites   0 Comments

Color spaces of #a49cef

RGB 164156239
HSL0.680.720.77
HSV246°35°94°
CMYK 0.310.350.00   0.06
XYZ42.778337.901486.7224
Yxy37.90140.25550.2264
Hunter Lab61.564116.2949-40.4241
CIE-Lab67.947921.3317-40.6526

#a49cef color RGB value is (164,156,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011100 11101111
Octal 244 234 357
Decimal 164 156 239
Hex A4 9C EF

RGB Percentages of Color #a49cef

%29.34
%27.91
%42.75

CMYK Percentages of Color #a49cef

%31
%35
%0
%6

Triadic Colors of #a49cef

#a49cef #efa49c #9cefa4

Analogous Colors of #a49cef

#a49cef #ce9cef #9cbeef

Monochromatic Colors of #a49cef

#a49cef

Complementary Color

#a49cef #e7ef9c

#a49cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49cef Color CSS Codes

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

#a49cef Text Font Color

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

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


#a49cef Background Color

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

This div background color is #a49cef


#a49cef Border Color

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

This div border color is #a49cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49cef


Comments

No comments written yet.

Please login to write comment.