Color Hex Logo

#ad8cc3 Color Hex

#AD8CC3
(173,140,195)
0 Favorites   0 Comments

Color spaces of #ad8cc3

RGB 173140195
HSL0.770.310.66
HSV276°28°76°
CMYK 0.110.280.00   0.24
XYZ36.462031.580555.8037
Yxy31.58050.29440.2550
Hunter Lab56.196517.4722-19.5380
CIE-Lab62.994622.8103-23.8555

#ad8cc3 color RGB value is (173,140,195).

#ad8cc3 hex color red value is 173, green value is 140 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ad8cc3 hue: 0.77 , saturation: 0.31 and the lightness value of ad8cc3 is 0.66.

The process color (four color CMYK) of #ad8cc3 color hex is 0.11, 0.28, 0.00, 0.24. Web safe color of #ad8cc3 is #9999cc. Color #ad8cc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 11000011
Octal 255 214 303
Decimal 173 140 195
Hex AD 8C C3

RGB Percentages of Color #ad8cc3

%34.06
%27.56
%38.39

CMYK Percentages of Color #ad8cc3

%11
%28
%0
%24

Triadic Colors of #ad8cc3

#ad8cc3 #c3ad8c #8cc3ad

Analogous Colors of #ad8cc3

#ad8cc3 #c38cbe #928cc3

Monochromatic Colors of #ad8cc3

#ad8cc3

Complementary Color

#ad8cc3 #a2c38c

#ad8cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8cc3 Color CSS Codes

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

#ad8cc3 Text Font Color

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

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


#ad8cc3 Background Color

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

This div background color is #ad8cc3


#ad8cc3 Border Color

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

This div border color is #ad8cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8cc3


Comments

No comments written yet.

Please login to write comment.