Color Hex Logo

#ad86db Color Hex

#AD86DB
(173,134,219)
0 Favorites   0 Comments

Color spaces of #ad86db

RGB 173134219
HSL0.740.540.69
HSV268°39°86°
CMYK 0.210.390.00   0.14
XYZ38.544931.048970.9793
Yxy31.04890.27420.2209
Hunter Lab55.721525.9632-36.5198
CIE-Lab62.548931.5219-37.9861

#ad86db color RGB value is (173,134,219).

#ad86db hex color red value is 173, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ad86db hue: 0.74 , saturation: 0.54 and the lightness value of ad86db is 0.69.

The process color (four color CMYK) of #ad86db color hex is 0.21, 0.39, 0.00, 0.14. Web safe color of #ad86db is #9999cc. Color #ad86db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 11011011
Octal 255 206 333
Decimal 173 134 219
Hex AD 86 DB

RGB Percentages of Color #ad86db

%32.89
%25.48
%41.63

CMYK Percentages of Color #ad86db

%21
%39
%0
%14

Triadic Colors of #ad86db

#ad86db #dbad86 #86dbad

Analogous Colors of #ad86db

#ad86db #d886db #868adb

Monochromatic Colors of #ad86db

#ad86db

Complementary Color

#ad86db #b4db86

#ad86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad86db Color CSS Codes

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

#ad86db Text Font Color

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

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


#ad86db Background Color

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

This div background color is #ad86db


#ad86db Border Color

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

This div border color is #ad86db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,134,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad86db


Comments

No comments written yet.

Please login to write comment.