Color Hex Logo

#d79670 Color Hex

#D79670
(215,150,112)
0 Favorites   0 Comments

Color spaces of #d79670

RGB 215150112
HSL0.060.560.64
HSV22°48°84°
CMYK 0.000.300.48   0.16
XYZ41.855337.429620.3479
Yxy37.42960.42010.3757
Hunter Lab61.179715.053923.1064
CIE-Lab67.598120.063529.7898

#d79670 color RGB value is (215,150,112).

#d79670 hex color red value is 215, green value is 150 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d79670 hue: 0.06 , saturation: 0.56 and the lightness value of d79670 is 0.64.

The process color (four color CMYK) of #d79670 color hex is 0.00, 0.30, 0.48, 0.16. Web safe color of #d79670 is #cc9966. Color #d79670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010110 01110000
Octal 327 226 160
Decimal 215 150 112
Hex D7 96 70

RGB Percentages of Color #d79670

%45.07
%31.45
%23.48

CMYK Percentages of Color #d79670

%0
%30
%48
%16

Triadic Colors of #d79670

#d79670 #70d796 #9670d7

Analogous Colors of #d79670

#d79670 #d7ca70 #d7707e

Monochromatic Colors of #d79670

#d79670

Complementary Color

#d79670 #70b1d7

#d79670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79670 Color CSS Codes

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

#d79670 Text Font Color

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

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


#d79670 Background Color

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

This div background color is #d79670


#d79670 Border Color

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

This div border color is #d79670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79670


Comments

No comments written yet.

Please login to write comment.