Color Hex Logo

#a89dde Color Hex

#A89DDE
(168,157,222)
0 Favorites   0 Comments

Color spaces of #a89dde

RGB 168157222
HSL0.690.500.74
HSV250°29°87°
CMYK 0.240.290.00   0.13
XYZ41.390237.712774.2050
Yxy37.71270.27000.2460
Hunter Lab61.410712.8386-28.6550
CIE-Lab67.808317.7431-31.5063

#a89dde color RGB value is (168,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011101 11011110
Octal 250 235 336
Decimal 168 157 222
Hex A8 9D DE

RGB Percentages of Color #a89dde

%30.71
%28.70
%40.59

CMYK Percentages of Color #a89dde

%24
%29
%0
%13

Triadic Colors of #a89dde

#a89dde #dea89d #9ddea8

Analogous Colors of #a89dde

#a89dde #c99dde #9db3de

Monochromatic Colors of #a89dde

#a89dde

Complementary Color

#a89dde #d3de9d

#a89dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89dde Color CSS Codes

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

#a89dde Text Font Color

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

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


#a89dde Background Color

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

This div background color is #a89dde


#a89dde Border Color

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

This div border color is #a89dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89dde


Comments

No comments written yet.

Please login to write comment.