Color Hex Logo

#ad86d2 Color Hex

#AD86D2
(173,134,210)
0 Favorites   0 Comments

Color spaces of #ad86d2

RGB 173134210
HSL0.750.460.67
HSV271°36°82°
CMYK 0.180.360.00   0.18
XYZ37.391530.587664.9060
Yxy30.58760.28140.2302
Hunter Lab55.306123.8953-30.8672
CIE-Lab62.157929.4780-33.5659

#ad86d2 color RGB value is (173,134,210).

#ad86d2 hex color red value is 173, green value is 134 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ad86d2 hue: 0.75 , saturation: 0.46 and the lightness value of ad86d2 is 0.67.

The process color (four color CMYK) of #ad86d2 color hex is 0.18, 0.36, 0.00, 0.18. Web safe color of #ad86d2 is #9999cc. Color #ad86d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 11010010
Octal 255 206 322
Decimal 173 134 210
Hex AD 86 D2

RGB Percentages of Color #ad86d2

%33.46
%25.92
%40.62

CMYK Percentages of Color #ad86d2

%18
%36
%0
%18

Triadic Colors of #ad86d2

#ad86d2 #d2ad86 #86d2ad

Analogous Colors of #ad86d2

#ad86d2 #d286d1 #8786d2

Monochromatic Colors of #ad86d2

#ad86d2

Complementary Color

#ad86d2 #abd286

#ad86d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad86d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad86d2 Color CSS Codes

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

#ad86d2 Text Font Color

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

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


#ad86d2 Background Color

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

This div background color is #ad86d2


#ad86d2 Border Color

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

This div border color is #ad86d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad86d2


Comments

No comments written yet.

Please login to write comment.