Color Hex Logo

#d76e0f Color Hex

#D76E0F
(215,110,15)
0 Favorites   0 Comments

Color spaces of #d76e0f

RGB 21511015
HSL0.080.870.45
HSV29°93°84°
CMYK 0.000.490.93   0.16
XYZ33.686525.63343.6242
Yxy25.63340.53520.4072
Hunter Lab50.629430.164231.1965
CIE-Lab57.687436.223662.7123

#d76e0f color RGB value is (215,110,15).

#d76e0f hex color red value is 215, green value is 110 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d76e0f hue: 0.08 , saturation: 0.87 and the lightness value of d76e0f is 0.45.

The process color (four color CMYK) of #d76e0f color hex is 0.00, 0.49, 0.93, 0.16. Web safe color of #d76e0f is #cc6600. Color #d76e0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 00001111
Octal 327 156 17
Decimal 215 110 15
Hex D7 6E F

RGB Percentages of Color #d76e0f

%63.24
%32.35
%4.41

CMYK Percentages of Color #d76e0f

%0
%49
%93
%16

Triadic Colors of #d76e0f

#d76e0f #0fd76e #6e0fd7

Analogous Colors of #d76e0f

#d76e0f #d7d20f #d70f14

Monochromatic Colors of #d76e0f

#d76e0f

Complementary Color

#d76e0f #0f78d7

#d76e0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76e0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76e0f Color CSS Codes

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

#d76e0f Text Font Color

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

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


#d76e0f Background Color

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

This div background color is #d76e0f


#d76e0f Border Color

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

This div border color is #d76e0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76e0f


Comments

No comments written yet.

Please login to write comment.