Color Hex Logo

#d79daa Color Hex

#D79DAA
(215,157,170)
0 Favorites   0 Comments

Color spaces of #d79daa

RGB 215157170
HSL0.960.420.73
HSV347°27°84°
CMYK 0.000.270.21   0.16
XYZ47.337041.463343.5385
Yxy41.46330.35770.3133
Hunter Lab64.392018.53614.9856
CIE-Lab70.499323.48861.7921

#d79daa color RGB value is (215,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 10101010
Octal 327 235 252
Decimal 215 157 170
Hex D7 9D AA

RGB Percentages of Color #d79daa

%39.67
%28.97
%31.37

CMYK Percentages of Color #d79daa

%0
%27
%21
%16

Triadic Colors of #d79daa

#d79daa #aad79d #9daad7

Analogous Colors of #d79daa

#d79daa #d7ad9d #d79dc7

Monochromatic Colors of #d79daa

#d79daa

Complementary Color

#d79daa #9dd7ca

#d79daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79daa Color CSS Codes

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

#d79daa Text Font Color

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

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


#d79daa Background Color

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

This div background color is #d79daa


#d79daa Border Color

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

This div border color is #d79daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79daa


Comments

No comments written yet.

Please login to write comment.