Color Hex Logo

#ad869f Color Hex

#AD869F
(173,134,159)
0 Favorites   0 Comments

Color spaces of #ad869f

RGB 173134159
HSL0.890.190.60
HSV322°23°68°
CMYK 0.000.230.08   0.32
XYZ32.016728.437636.6024
Yxy28.43760.32990.2930
Hunter Lab53.326913.8467-3.3665
CIE-Lab60.282019.0941-7.5427

#ad869f color RGB value is (173,134,159).

#ad869f hex color red value is 173, green value is 134 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad869f hue: 0.89 , saturation: 0.19 and the lightness value of ad869f is 0.60.

The process color (four color CMYK) of #ad869f color hex is 0.00, 0.23, 0.08, 0.32. Web safe color of #ad869f is #999999. Color #ad869f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 10011111
Octal 255 206 237
Decimal 173 134 159
Hex AD 86 9F

RGB Percentages of Color #ad869f

%37.12
%28.76
%34.12

CMYK Percentages of Color #ad869f

%0
%23
%8
%32

Triadic Colors of #ad869f

#ad869f #9fad86 #869fad

Analogous Colors of #ad869f

#ad869f #ad868c #a886ad

Monochromatic Colors of #ad869f

#ad869f

Complementary Color

#ad869f #86ad94

#ad869f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad869f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad869f Color CSS Codes

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

#ad869f Text Font Color

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

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


#ad869f Background Color

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

This div background color is #ad869f


#ad869f Border Color

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

This div border color is #ad869f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad869f


Comments

No comments written yet.

Please login to write comment.