Color Hex Logo

#ad679f Color Hex

#AD679F
(173,103,159)
0 Favorites   0 Comments

Color spaces of #ad679f

RGB 173103159
HSL0.870.300.54
HSV312°40°68°
CMYK 0.000.400.08   0.32
XYZ28.341821.087935.3775
Yxy21.08790.33420.2487
Hunter Lab45.921629.8036-13.5313
CIE-Lab53.045636.4307-18.4505

#ad679f color RGB value is (173,103,159).

#ad679f hex color red value is 173, green value is 103 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad679f hue: 0.87 , saturation: 0.30 and the lightness value of ad679f is 0.54.

The process color (four color CMYK) of #ad679f color hex is 0.00, 0.40, 0.08, 0.32. Web safe color of #ad679f is #996699. Color #ad679f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 10011111
Octal 255 147 237
Decimal 173 103 159
Hex AD 67 9F

RGB Percentages of Color #ad679f

%39.77
%23.68
%36.55

CMYK Percentages of Color #ad679f

%0
%40
%8
%32

Triadic Colors of #ad679f

#ad679f #9fad67 #679fad

Analogous Colors of #ad679f

#ad679f #ad677c #9867ad

Monochromatic Colors of #ad679f

#ad679f

Complementary Color

#ad679f #67ad75

#ad679f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad679f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad679f Color CSS Codes

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

#ad679f Text Font Color

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

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


#ad679f Background Color

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

This div background color is #ad679f


#ad679f Border Color

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

This div border color is #ad679f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,103,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 #ad679f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad679f


Comments

No comments written yet.

Please login to write comment.