Color Hex Logo

#ad699d Color Hex

#AD699D
(173,105,157)
0 Favorites   0 Comments

Color spaces of #ad699d

RGB 173105157
HSL0.870.290.55
HSV314°39°68°
CMYK 0.000.390.09   0.32
XYZ28.371021.421734.5378
Yxy21.42170.33640.2540
Hunter Lab46.283628.4210-11.8450
CIE-Lab53.408034.9833-16.7292

#ad699d color RGB value is (173,105,157).

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

The process color (four color CMYK) of #ad699d color hex is 0.00, 0.39, 0.09, 0.32. Web safe color of #ad699d is #996699. Color #ad699d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101001 10011101
Octal 255 151 235
Decimal 173 105 157
Hex AD 69 9D

RGB Percentages of Color #ad699d

%39.77
%24.14
%36.09

CMYK Percentages of Color #ad699d

%0
%39
%9
%32

Triadic Colors of #ad699d

#ad699d #9dad69 #699dad

Analogous Colors of #ad699d

#ad699d #ad697b #9b69ad

Monochromatic Colors of #ad699d

#ad699d

Complementary Color

#ad699d #69ad79

#ad699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad699d Color CSS Codes

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

#ad699d Text Font Color

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

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


#ad699d Background Color

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

This div background color is #ad699d


#ad699d Border Color

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

This div border color is #ad699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad699d


Comments

No comments written yet.

Please login to write comment.