Color Hex Logo

#ad6dce Color Hex

#AD6DCE
(173,109,206)
0 Favorites   0 Comments

Color spaces of #ad6dce

RGB 173109206
HSL0.780.500.62
HSV280°47°81°
CMYK 0.160.470.00   0.19
XYZ33.842824.277761.2949
Yxy24.27770.28340.2033
Hunter Lab49.272436.3762-39.2661
CIE-Lab56.364842.4711-40.3728

#ad6dce color RGB value is (173,109,206).

#ad6dce hex color red value is 173, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad6dce hue: 0.78 , saturation: 0.50 and the lightness value of ad6dce is 0.62.

The process color (four color CMYK) of #ad6dce color hex is 0.16, 0.47, 0.00, 0.19. Web safe color of #ad6dce is #9966cc. Color #ad6dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101101 11001110
Octal 255 155 316
Decimal 173 109 206
Hex AD 6D CE

RGB Percentages of Color #ad6dce

%35.45
%22.34
%42.21

CMYK Percentages of Color #ad6dce

%16
%47
%0
%19

Triadic Colors of #ad6dce

#ad6dce #cead6d #6dcead

Analogous Colors of #ad6dce

#ad6dce #ce6dbf #7d6dce

Monochromatic Colors of #ad6dce

#ad6dce

Complementary Color

#ad6dce #8ece6d

#ad6dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6dce Color CSS Codes

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

#ad6dce Text Font Color

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

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


#ad6dce Background Color

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

This div background color is #ad6dce


#ad6dce Border Color

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

This div border color is #ad6dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6dce


Comments

No comments written yet.

Please login to write comment.