Color Hex Logo

#d79dab Color Hex

#D79DAB
(215,157,171)
0 Favorites   0 Comments

Color spaces of #d79dab

RGB 215157171
HSL0.960.420.73
HSV346°27°84°
CMYK 0.000.270.20   0.16
XYZ47.432041.501344.0387
Yxy41.50130.35670.3121
Hunter Lab64.421518.68764.5643
CIE-Lab70.525723.63971.2755

#d79dab color RGB value is (215,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011101 10101011
Octal 327 235 253
Decimal 215 157 171
Hex D7 9D AB

RGB Percentages of Color #d79dab

%39.59
%28.91
%31.49

CMYK Percentages of Color #d79dab

%0
%27
%20
%16

Triadic Colors of #d79dab

#d79dab #abd79d #9dabd7

Analogous Colors of #d79dab

#d79dab #d7ac9d #d79dc8

Monochromatic Colors of #d79dab

#d79dab

Complementary Color

#d79dab #9dd7c9

#d79dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79dab Color CSS Codes

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

#d79dab Text Font Color

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

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


#d79dab Background Color

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

This div background color is #d79dab


#d79dab Border Color

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

This div border color is #d79dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79dab


Comments

No comments written yet.

Please login to write comment.