Color Hex Logo

#a89ede Color Hex

#A89EDE
(168,158,222)
0 Favorites   0 Comments

Color spaces of #a89ede

RGB 168158222
HSL0.690.490.75
HSV249°29°87°
CMYK 0.240.290.00   0.13
XYZ41.560138.052574.2616
Yxy38.05250.27010.2473
Hunter Lab61.686712.3088-28.1956
CIE-Lab68.059317.1792-31.1183

#a89ede color RGB value is (168,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011110 11011110
Octal 250 236 336
Decimal 168 158 222
Hex A8 9E DE

RGB Percentages of Color #a89ede

%30.66
%28.83
%40.51

CMYK Percentages of Color #a89ede

%24
%29
%0
%13

Triadic Colors of #a89ede

#a89ede #dea89e #9edea8

Analogous Colors of #a89ede

#a89ede #c89ede #9eb4de

Monochromatic Colors of #a89ede

#a89ede

Complementary Color

#a89ede #d4de9e

#a89ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ede Color CSS Codes

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

#a89ede Text Font Color

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

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


#a89ede Background Color

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

This div background color is #a89ede


#a89ede Border Color

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

This div border color is #a89ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ede


Comments

No comments written yet.

Please login to write comment.