Color Hex Logo

#a49edf Color Hex

#A49EDF
(164,158,223)
0 Favorites   0 Comments

Color spaces of #a49edf

RGB 164158223
HSL0.680.500.75
HSV246°29°87°
CMYK 0.260.290.00   0.13
XYZ40.856037.673974.9305
Yxy37.67390.26620.2455
Hunter Lab61.379111.4023-29.4149
CIE-Lab67.779616.2295-32.1276

#a49edf color RGB value is (164,158,223).

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

The process color (four color CMYK) of #a49edf color hex is 0.26, 0.29, 0.00, 0.13. Web safe color of #a49edf is #9999cc. Color #a49edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011110 11011111
Octal 244 236 337
Decimal 164 158 223
Hex A4 9E DF

RGB Percentages of Color #a49edf

%30.09
%28.99
%40.92

CMYK Percentages of Color #a49edf

%26
%29
%0
%13

Triadic Colors of #a49edf

#a49edf #dfa49e #9edfa4

Analogous Colors of #a49edf

#a49edf #c59edf #9eb9df

Monochromatic Colors of #a49edf

#a49edf

Complementary Color

#a49edf #d9df9e

#a49edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49edf Color CSS Codes

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

#a49edf Text Font Color

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

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


#a49edf Background Color

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

This div background color is #a49edf


#a49edf Border Color

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

This div border color is #a49edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49edf


Comments

No comments written yet.

Please login to write comment.