Color Hex Logo

#a49fdb Color Hex

#A49FDB
(164,159,219)
0 Favorites   0 Comments

Color spaces of #a49fdb

RGB 164159219
HSL0.680.450.74
HSV245°27°86°
CMYK 0.250.270.00   0.14
XYZ40.494237.803372.1803
Yxy37.80330.26910.2512
Hunter Lab61.48449.9641-26.5651
CIE-Lab67.875414.6993-29.7751

#a49fdb color RGB value is (164,159,219).

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

The process color (four color CMYK) of #a49fdb color hex is 0.25, 0.27, 0.00, 0.14. Web safe color of #a49fdb is #9999cc. Color #a49fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011111 11011011
Octal 244 237 333
Decimal 164 159 219
Hex A4 9F DB

RGB Percentages of Color #a49fdb

%30.26
%29.34
%40.41

CMYK Percentages of Color #a49fdb

%25
%27
%0
%14

Triadic Colors of #a49fdb

#a49fdb #dba49f #9fdba4

Analogous Colors of #a49fdb

#a49fdb #c29fdb #9fb8db

Monochromatic Colors of #a49fdb

#a49fdb

Complementary Color

#a49fdb #d6db9f

#a49fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49fdb Color CSS Codes

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

#a49fdb Text Font Color

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

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


#a49fdb Background Color

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

This div background color is #a49fdb


#a49fdb Border Color

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

This div border color is #a49fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49fdb

#a49fdb Color Palettes


Comments

No comments written yet.

Please login to write comment.