Color Hex Logo

#ad8ccd Color Hex

#AD8CCD
(173,140,205)
0 Favorites   0 Comments

Color spaces of #ad8ccd

RGB 173140205
HSL0.750.390.68
HSV270°32°80°
CMYK 0.160.320.00   0.20
XYZ37.631132.048261.9602
Yxy32.04820.28590.2435
Hunter Lab56.611119.5848-25.2644
CIE-Lab63.382724.9798-28.8683

#ad8ccd color RGB value is (173,140,205).

#ad8ccd hex color red value is 173, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ad8ccd hue: 0.75 , saturation: 0.39 and the lightness value of ad8ccd is 0.68.

The process color (four color CMYK) of #ad8ccd color hex is 0.16, 0.32, 0.00, 0.20. Web safe color of #ad8ccd is #9999cc. Color #ad8ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 11001101
Octal 255 214 315
Decimal 173 140 205
Hex AD 8C CD

RGB Percentages of Color #ad8ccd

%33.40
%27.03
%39.58

CMYK Percentages of Color #ad8ccd

%16
%32
%0
%20

Triadic Colors of #ad8ccd

#ad8ccd #cdad8c #8ccdad

Analogous Colors of #ad8ccd

#ad8ccd #cd8ccd #8d8ccd

Monochromatic Colors of #ad8ccd

#ad8ccd

Complementary Color

#ad8ccd #accd8c

#ad8ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ccd Color CSS Codes

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

#ad8ccd Text Font Color

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

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


#ad8ccd Background Color

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

This div background color is #ad8ccd


#ad8ccd Border Color

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

This div border color is #ad8ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ccd


Comments

No comments written yet.

Please login to write comment.