Color Hex Logo

#ad8ade Color Hex

#AD8ADE
(173,138,222)
0 Favorites   0 Comments

Color spaces of #ad8ade

RGB 173138222
HSL0.740.560.71
HSV265°38°87°
CMYK 0.220.380.00   0.13
XYZ39.506932.335173.2663
Yxy32.33510.27230.2228
Hunter Lab56.864024.5030-36.5874
CIE-Lab63.618929.9635-37.9842

#ad8ade color RGB value is (173,138,222).

#ad8ade hex color red value is 173, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad8ade hue: 0.74 , saturation: 0.56 and the lightness value of ad8ade is 0.71.

The process color (four color CMYK) of #ad8ade color hex is 0.22, 0.38, 0.00, 0.13. Web safe color of #ad8ade is #9999cc. Color #ad8ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001010 11011110
Octal 255 212 336
Decimal 173 138 222
Hex AD 8A DE

RGB Percentages of Color #ad8ade

%32.46
%25.89
%41.65

CMYK Percentages of Color #ad8ade

%22
%38
%0
%13

Triadic Colors of #ad8ade

#ad8ade #dead8a #8adead

Analogous Colors of #ad8ade

#ad8ade #d78ade #8a91de

Monochromatic Colors of #ad8ade

#ad8ade

Complementary Color

#ad8ade #bbde8a

#ad8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ade Color CSS Codes

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

#ad8ade Text Font Color

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

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


#ad8ade Background Color

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

This div background color is #ad8ade


#ad8ade Border Color

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

This div border color is #ad8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ade


Comments

No comments written yet.

Please login to write comment.