Color Hex Logo

#ad6cde Color Hex

#AD6CDE
(173,108,222)
0 Favorites   0 Comments

Color spaces of #ad6cde

RGB 173108222
HSL0.760.630.65
HSV274°51°87°
CMYK 0.220.510.00   0.13
XYZ35.781024.883372.0243
Yxy24.88330.26970.1875
Hunter Lab49.883240.7418-50.6882
CIE-Lab56.961546.5390-48.4664

#ad6cde color RGB value is (173,108,222).

#ad6cde hex color red value is 173, green value is 108 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ad6cde hue: 0.76 , saturation: 0.63 and the lightness value of ad6cde is 0.65.

The process color (four color CMYK) of #ad6cde color hex is 0.22, 0.51, 0.00, 0.13. Web safe color of #ad6cde is #9966cc. Color #ad6cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101100 11011110
Octal 255 154 336
Decimal 173 108 222
Hex AD 6C DE

RGB Percentages of Color #ad6cde

%34.39
%21.47
%44.14

CMYK Percentages of Color #ad6cde

%22
%51
%0
%13

Triadic Colors of #ad6cde

#ad6cde #dead6c #6cdead

Analogous Colors of #ad6cde

#ad6cde #de6cd6 #746cde

Monochromatic Colors of #ad6cde

#ad6cde

Complementary Color

#ad6cde #9dde6c

#ad6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6cde Color CSS Codes

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

#ad6cde Text Font Color

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

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


#ad6cde Background Color

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

This div background color is #ad6cde


#ad6cde Border Color

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

This div border color is #ad6cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6cde


Comments

No comments written yet.

Please login to write comment.