Color Hex Logo

#d8712f Color Hex

#D8712F
(216,113,47)
0 Favorites   0 Comments

Color spaces of #d8712f

RGB 21611347
HSL0.070.680.52
HSV23°78°85°
CMYK 0.000.480.78   0.15
XYZ34.737126.61445.9956
Yxy26.61440.51580.3952
Hunter Lab51.589129.910429.2218
CIE-Lab58.615735.863352.5589

#d8712f color RGB value is (216,113,47).

#d8712f hex color red value is 216, green value is 113 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d8712f hue: 0.07 , saturation: 0.68 and the lightness value of d8712f is 0.52.

The process color (four color CMYK) of #d8712f color hex is 0.00, 0.48, 0.78, 0.15. Web safe color of #d8712f is #cc6633. Color #d8712f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110001 00101111
Octal 330 161 57
Decimal 216 113 47
Hex D8 71 2F

RGB Percentages of Color #d8712f

%57.45
%30.05
%12.50

CMYK Percentages of Color #d8712f

%0
%48
%78
%15

Triadic Colors of #d8712f

#d8712f #2fd871 #712fd8

Analogous Colors of #d8712f

#d8712f #d8c62f #d82f41

Monochromatic Colors of #d8712f

#d8712f

Complementary Color

#d8712f #2f96d8

#d8712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8712f Color CSS Codes

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

#d8712f Text Font Color

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

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


#d8712f Background Color

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

This div background color is #d8712f


#d8712f Border Color

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

This div border color is #d8712f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,113,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8712f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8712f;
  -webkit-box-shadow: 1px 1px 3px 2px #d8712f;
  box-shadow:         1px 1px 3px 2px #d8712f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,113,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8712f


Comments

No comments written yet.

Please login to write comment.