Color Hex Logo

#ad6ebd Color Hex

#AD6EBD
(173,110,189)
0 Favorites   0 Comments

Color spaces of #ad6ebd

RGB 173110189
HSL0.800.370.59
HSV288°42°74°
CMYK 0.080.420.00   0.26
XYZ31.994823.710251.0343
Yxy23.71020.29970.2221
Hunter Lab48.693132.0741-28.0555
CIE-Lab55.796538.3491-31.5699

#ad6ebd color RGB value is (173,110,189).

#ad6ebd hex color red value is 173, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad6ebd hue: 0.80 , saturation: 0.37 and the lightness value of ad6ebd is 0.59.

The process color (four color CMYK) of #ad6ebd color hex is 0.08, 0.42, 0.00, 0.26. Web safe color of #ad6ebd is #9966cc. Color #ad6ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101110 10111101
Octal 255 156 275
Decimal 173 110 189
Hex AD 6E BD

RGB Percentages of Color #ad6ebd

%36.65
%23.31
%40.04

CMYK Percentages of Color #ad6ebd

%8
%42
%0
%26

Triadic Colors of #ad6ebd

#ad6ebd #bdad6e #6ebdad

Analogous Colors of #ad6ebd

#ad6ebd #bd6ea6 #866ebd

Monochromatic Colors of #ad6ebd

#ad6ebd

Complementary Color

#ad6ebd #7ebd6e

#ad6ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6ebd Color CSS Codes

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

#ad6ebd Text Font Color

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

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


#ad6ebd Background Color

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

This div background color is #ad6ebd


#ad6ebd Border Color

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

This div border color is #ad6ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6ebd


Comments

No comments written yet.

Please login to write comment.