Color Hex Logo

#a49ddd Color Hex

#A49DDD
(164,157,221)
0 Favorites   0 Comments

Color spaces of #a49ddd

RGB 164157221
HSL0.680.480.74
HSV247°29°87°
CMYK 0.260.290.00   0.13
XYZ40.418037.226973.4619
Yxy37.22690.26750.2464
Hunter Lab61.013911.4713-28.6767
CIE-Lab67.446916.3101-31.5399

#a49ddd color RGB value is (164,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011101 11011101
Octal 244 235 335
Decimal 164 157 221
Hex A4 9D DD

RGB Percentages of Color #a49ddd

%30.26
%28.97
%40.77

CMYK Percentages of Color #a49ddd

%26
%29
%0
%13

Triadic Colors of #a49ddd

#a49ddd #dda49d #9ddda4

Analogous Colors of #a49ddd

#a49ddd #c49ddd #9db6dd

Monochromatic Colors of #a49ddd

#a49ddd

Complementary Color

#a49ddd #d6dd9d

#a49ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a49ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a49ddd Color CSS Codes

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

#a49ddd Text Font Color

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

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


#a49ddd Background Color

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

This div background color is #a49ddd


#a49ddd Border Color

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

This div border color is #a49ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a49ddd


Comments

No comments written yet.

Please login to write comment.