Color Hex Logo

#d79dac Color Hex

#D79DAC
(215,157,172)
0 Favorites   0 Comments

Color spaces of #d79dac

RGB 215157172
HSL0.960.420.73
HSV344°27°84°
CMYK 0.000.270.20   0.16
XYZ47.527741.539644.5427
Yxy41.53960.35570.3109
Hunter Lab64.451218.84014.1401
CIE-Lab70.552323.79160.7593

#d79dac color RGB value is (215,157,172).

#d79dac hex color red value is 215, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d79dac hue: 0.96 , saturation: 0.42 and the lightness value of d79dac is 0.73.

The process color (four color CMYK) of #d79dac color hex is 0.00, 0.27, 0.20, 0.16. Web safe color of #d79dac is #cc9999. Color #d79dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 10101100
Octal 327 235 254
Decimal 215 157 172
Hex D7 9D AC

RGB Percentages of Color #d79dac

%39.52
%28.86
%31.62

CMYK Percentages of Color #d79dac

%0
%27
%20
%16

Triadic Colors of #d79dac

#d79dac #acd79d #9dacd7

Analogous Colors of #d79dac

#d79dac #d7ab9d #d79dc9

Monochromatic Colors of #d79dac

#d79dac

Complementary Color

#d79dac #9dd7c8

#d79dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79dac Color CSS Codes

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

#d79dac Text Font Color

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

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


#d79dac Background Color

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

This div background color is #d79dac


#d79dac Border Color

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

This div border color is #d79dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79dac


Comments

No comments written yet.

Please login to write comment.