Color Hex Logo

#a89edd Color Hex

#A89EDD
(168,158,221)
0 Favorites   0 Comments

Color spaces of #a89edd

RGB 168158221
HSL0.690.480.74
HSV250°29°87°
CMYK 0.240.290.00   0.13
XYZ41.426537.999073.5577
Yxy37.99900.27080.2484
Hunter Lab61.643312.0825-27.5992
CIE-Lab68.019916.9420-30.6283

#a89edd color RGB value is (168,158,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011110 11011101
Octal 250 236 335
Decimal 168 158 221
Hex A8 9E DD

RGB Percentages of Color #a89edd

%30.71
%28.88
%40.40

CMYK Percentages of Color #a89edd

%24
%29
%0
%13

Triadic Colors of #a89edd

#a89edd #dda89e #9edda8

Analogous Colors of #a89edd

#a89edd #c89edd #9eb4dd

Monochromatic Colors of #a89edd

#a89edd

Complementary Color

#a89edd #d3dd9e

#a89edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89edd Color CSS Codes

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

#a89edd Text Font Color

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

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


#a89edd Background Color

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

This div background color is #a89edd


#a89edd Border Color

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

This div border color is #a89edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89edd


Comments

No comments written yet.

Please login to write comment.