Color Hex Logo

#ad86cf Color Hex

#AD86CF
(173,134,207)
0 Favorites   0 Comments

Color spaces of #ad86cf

RGB 173134207
HSL0.760.430.67
HSV272°35°81°
CMYK 0.160.350.00   0.19
XYZ37.021230.439462.9557
Yxy30.43940.28390.2334
Hunter Lab55.171923.2254-29.0344
CIE-Lab62.031528.8096-32.0808

#ad86cf color RGB value is (173,134,207).

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

The process color (four color CMYK) of #ad86cf color hex is 0.16, 0.35, 0.00, 0.19. Web safe color of #ad86cf is #9999cc. Color #ad86cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 11001111
Octal 255 206 317
Decimal 173 134 207
Hex AD 86 CF

RGB Percentages of Color #ad86cf

%33.66
%26.07
%40.27

CMYK Percentages of Color #ad86cf

%16
%35
%0
%19

Triadic Colors of #ad86cf

#ad86cf #cfad86 #86cfad

Analogous Colors of #ad86cf

#ad86cf #cf86cd #8986cf

Monochromatic Colors of #ad86cf

#ad86cf

Complementary Color

#ad86cf #a8cf86

#ad86cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad86cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad86cf Color CSS Codes

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

#ad86cf Text Font Color

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

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


#ad86cf Background Color

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

This div background color is #ad86cf


#ad86cf Border Color

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

This div border color is #ad86cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad86cf


Comments

No comments written yet.

Please login to write comment.