Color Hex Logo

#d4714f Color Hex

#D4714F
(212,113,79)
0 Favorites   0 Comments

Color spaces of #d4714f

RGB 21211379
HSL0.040.610.57
HSV15°63°83°
CMYK 0.000.470.63   0.17
XYZ34.467826.371810.6708
Yxy26.37180.48200.3688
Hunter Lab51.353529.938323.6275
CIE-Lab58.388335.917336.0462

#d4714f color RGB value is (212,113,79).

#d4714f hex color red value is 212, green value is 113 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d4714f hue: 0.04 , saturation: 0.61 and the lightness value of d4714f is 0.57.

The process color (four color CMYK) of #d4714f color hex is 0.00, 0.47, 0.63, 0.17. Web safe color of #d4714f is #cc6666. Color #d4714f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 01001111
Octal 324 161 117
Decimal 212 113 79
Hex D4 71 4F

RGB Percentages of Color #d4714f

%52.48
%27.97
%19.55

CMYK Percentages of Color #d4714f

%0
%47
%63
%17

Triadic Colors of #d4714f

#d4714f #4fd471 #714fd4

Analogous Colors of #d4714f

#d4714f #d4b44f #d44f70

Monochromatic Colors of #d4714f

#d4714f

Complementary Color

#d4714f #4fb2d4

#d4714f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4714f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4714f Color CSS Codes

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

#d4714f Text Font Color

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

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


#d4714f Background Color

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

This div background color is #d4714f


#d4714f Border Color

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

This div border color is #d4714f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4714f


Comments

No comments written yet.

Please login to write comment.