Color Hex Logo

#d4734c Color Hex

#D4734C
(212,115,76)
0 Favorites   0 Comments

Color spaces of #d4734c

RGB 21211576
HSL0.050.610.56
HSV17°64°83°
CMYK 0.000.460.64   0.17
XYZ34.586626.780310.1837
Yxy26.78030.48340.3743
Hunter Lab51.749728.737524.5572
CIE-Lab58.770434.679438.1300

#d4734c color RGB value is (212,115,76).

#d4734c hex color red value is 212, green value is 115 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #d4734c hue: 0.05 , saturation: 0.61 and the lightness value of d4734c is 0.56.

The process color (four color CMYK) of #d4734c color hex is 0.00, 0.46, 0.64, 0.17. Web safe color of #d4734c is #cc6633. Color #d4734c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 01001100
Octal 324 163 114
Decimal 212 115 76
Hex D4 73 4C

RGB Percentages of Color #d4734c

%52.61
%28.54
%18.86

CMYK Percentages of Color #d4734c

%0
%46
%64
%17

Triadic Colors of #d4734c

#d4734c #4cd473 #734cd4

Analogous Colors of #d4734c

#d4734c #d4b74c #d44c69

Monochromatic Colors of #d4734c

#d4734c

Complementary Color

#d4734c #4cadd4

#d4734c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4734c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4734c Color CSS Codes

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

#d4734c Text Font Color

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

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


#d4734c Background Color

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

This div background color is #d4734c


#d4734c Border Color

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

This div border color is #d4734c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4734c


Comments

No comments written yet.

Please login to write comment.