Color Hex Logo

#a89ddd Color Hex

#A89DDD
(168,157,221)
0 Favorites   0 Comments

Color spaces of #a89ddd

RGB 168157221
HSL0.700.480.74
HSV250°29°87°
CMYK 0.240.290.00   0.13
XYZ41.256637.659273.5011
Yxy37.65920.27070.2471
Hunter Lab61.367112.6117-28.0563
CIE-Lab67.768717.5058-31.0163

#a89ddd color RGB value is (168,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011101 11011101
Octal 250 235 335
Decimal 168 157 221
Hex A8 9D DD

RGB Percentages of Color #a89ddd

%30.77
%28.75
%40.48

CMYK Percentages of Color #a89ddd

%24
%29
%0
%13

Triadic Colors of #a89ddd

#a89ddd #dda89d #9ddda8

Analogous Colors of #a89ddd

#a89ddd #c89ddd #9db2dd

Monochromatic Colors of #a89ddd

#a89ddd

Complementary Color

#a89ddd #d2dd9d

#a89ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ddd Color CSS Codes

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

#a89ddd Text Font Color

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

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


#a89ddd Background Color

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

This div background color is #a89ddd


#a89ddd Border Color

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

This div border color is #a89ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ddd


Comments

No comments written yet.

Please login to write comment.