Color Hex Logo

#d76d4e Color Hex

#D76D4E
(215,109,78)
0 Favorites   0 Comments

Color spaces of #d76d4e

RGB 21510978
HSL0.040.630.57
HSV14°64°84°
CMYK 0.000.490.64   0.16
XYZ34.868125.934410.3758
Yxy25.93440.48990.3644
Hunter Lab50.925833.095923.5681
CIE-Lab57.974739.074936.1908

#d76d4e color RGB value is (215,109,78).

#d76d4e hex color red value is 215, green value is 109 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d76d4e hue: 0.04 , saturation: 0.63 and the lightness value of d76d4e is 0.57.

The process color (four color CMYK) of #d76d4e color hex is 0.00, 0.49, 0.64, 0.16. Web safe color of #d76d4e is #cc6666. Color #d76d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101101 01001110
Octal 327 155 116
Decimal 215 109 78
Hex D7 6D 4E

RGB Percentages of Color #d76d4e

%53.48
%27.11
%19.40

CMYK Percentages of Color #d76d4e

%0
%49
%64
%16

Triadic Colors of #d76d4e

#d76d4e #4ed76d #6d4ed7

Analogous Colors of #d76d4e

#d76d4e #d7b24e #d74e74

Monochromatic Colors of #d76d4e

#d76d4e

Complementary Color

#d76d4e #4eb8d7

#d76d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76d4e Color CSS Codes

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

#d76d4e Text Font Color

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

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


#d76d4e Background Color

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

This div background color is #d76d4e


#d76d4e Border Color

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

This div border color is #d76d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76d4e


Comments

No comments written yet.

Please login to write comment.