Color Hex Logo

#a89ade Color Hex

#A89ADE
(168,154,222)
0 Favorites   0 Comments

Color spaces of #a89ade

RGB 168154222
HSL0.700.510.74
HSV252°31°87°
CMYK 0.240.310.00   0.13
XYZ40.888936.710074.0379
Yxy36.71000.26970.2421
Hunter Lab60.588814.4320-30.0387
CIE-Lab67.058919.4372-32.6662

#a89ade color RGB value is (168,154,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011010 11011110
Octal 250 232 336
Decimal 168 154 222
Hex A8 9A DE

RGB Percentages of Color #a89ade

%30.88
%28.31
%40.81

CMYK Percentages of Color #a89ade

%24
%31
%0
%13

Triadic Colors of #a89ade

#a89ade #dea89a #9adea8

Analogous Colors of #a89ade

#a89ade #ca9ade #9aaede

Monochromatic Colors of #a89ade

#a89ade

Complementary Color

#a89ade #d0de9a

#a89ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ade Color CSS Codes

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

#a89ade Text Font Color

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

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


#a89ade Background Color

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

This div background color is #a89ade


#a89ade Border Color

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

This div border color is #a89ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ade


Comments

No comments written yet.

Please login to write comment.