Color Hex Logo

#ad697d Color Hex

#AD697D
(173,105,125)
0 Favorites   0 Comments

Color spaces of #ad697d

RGB 173105125
HSL0.950.290.55
HSV342°39°68°
CMYK 0.000.390.28   0.32
XYZ25.986820.468121.9831
Yxy20.46810.37970.2991
Hunter Lab45.241723.35742.8600
CIE-Lab52.362429.85460.5369

#ad697d color RGB value is (173,105,125).

#ad697d hex color red value is 173, green value is 105 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ad697d hue: 0.95 , saturation: 0.29 and the lightness value of ad697d is 0.55.

The process color (four color CMYK) of #ad697d color hex is 0.00, 0.39, 0.28, 0.32. Web safe color of #ad697d is #996666. Color #ad697d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101001 01111101
Octal 255 151 175
Decimal 173 105 125
Hex AD 69 7D

RGB Percentages of Color #ad697d

%42.93
%26.05
%31.02

CMYK Percentages of Color #ad697d

%0
%39
%28
%32

Triadic Colors of #ad697d

#ad697d #7dad69 #697dad

Analogous Colors of #ad697d

#ad697d #ad7769 #ad699f

Monochromatic Colors of #ad697d

#ad697d

Complementary Color

#ad697d #69ad99

#ad697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad697d Color CSS Codes

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

#ad697d Text Font Color

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

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


#ad697d Background Color

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

This div background color is #ad697d


#ad697d Border Color

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

This div border color is #ad697d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad697d


Comments

No comments written yet.

Please login to write comment.