Color Hex Logo

#d79b8d Color Hex

#D79B8D
(215,155,141)
0 Favorites   0 Comments

Color spaces of #d79b8d

RGB 215155141
HSL0.030.480.70
HSV11°34°84°
CMYK 0.000.280.34   0.16
XYZ44.553439.812830.5357
Yxy39.81280.38780.3465
Hunter Lab63.097415.619415.4750
CIE-Lab69.336020.576916.2191

#d79b8d color RGB value is (215,155,141).

#d79b8d hex color red value is 215, green value is 155 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d79b8d hue: 0.03 , saturation: 0.48 and the lightness value of d79b8d is 0.70.

The process color (four color CMYK) of #d79b8d color hex is 0.00, 0.28, 0.34, 0.16. Web safe color of #d79b8d is #cc9999. Color #d79b8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 10001101
Octal 327 233 215
Decimal 215 155 141
Hex D7 9B 8D

RGB Percentages of Color #d79b8d

%42.07
%30.33
%27.59

CMYK Percentages of Color #d79b8d

%0
%28
%34
%16

Triadic Colors of #d79b8d

#d79b8d #8dd79b #9b8dd7

Analogous Colors of #d79b8d

#d79b8d #d7c08d #d78da4

Monochromatic Colors of #d79b8d

#d79b8d

Complementary Color

#d79b8d #8dc9d7

#d79b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79b8d Color CSS Codes

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

#d79b8d Text Font Color

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

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


#d79b8d Background Color

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

This div background color is #d79b8d


#d79b8d Border Color

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

This div border color is #d79b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79b8d


Comments

No comments written yet.

Please login to write comment.