Color Hex Logo

#ad8ca7 Color Hex

#AD8CA7
(173,140,167)
0 Favorites   0 Comments

Color spaces of #ad8ca7

RGB 173140167
HSL0.860.170.61
HSV311°19°68°
CMYK 0.000.190.03   0.32
XYZ33.586730.430440.6627
Yxy30.43040.32090.2907
Hunter Lab55.163812.1440-5.0896
CIE-Lab62.023817.1825-9.5026

#ad8ca7 color RGB value is (173,140,167).

#ad8ca7 hex color red value is 173, green value is 140 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ad8ca7 hue: 0.86 , saturation: 0.17 and the lightness value of ad8ca7 is 0.61.

The process color (four color CMYK) of #ad8ca7 color hex is 0.00, 0.19, 0.03, 0.32. Web safe color of #ad8ca7 is #999999. Color #ad8ca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001100 10100111
Octal 255 214 247
Decimal 173 140 167
Hex AD 8C A7

RGB Percentages of Color #ad8ca7

%36.04
%29.17
%34.79

CMYK Percentages of Color #ad8ca7

%0
%19
%3
%32

Triadic Colors of #ad8ca7

#ad8ca7 #a7ad8c #8ca7ad

Analogous Colors of #ad8ca7

#ad8ca7 #ad8c97 #a38cad

Monochromatic Colors of #ad8ca7

#ad8ca7

Complementary Color

#ad8ca7 #8cad92

#ad8ca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ca7 Color CSS Codes

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

#ad8ca7 Text Font Color

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

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


#ad8ca7 Background Color

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

This div background color is #ad8ca7


#ad8ca7 Border Color

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

This div border color is #ad8ca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ca7


Comments

No comments written yet.

Please login to write comment.