Color Hex Logo

#d4724a Color Hex

#D4724A
(212,114,74)
0 Favorites   0 Comments

Color spaces of #d4724a

RGB 21211474
HSL0.050.620.56
HSV17°65°83°
CMYK 0.000.460.65   0.17
XYZ34.404726.52619.7853
Yxy26.52610.48650.3751
Hunter Lab51.503529.108124.7878
CIE-Lab58.533135.075538.9205

#d4724a color RGB value is (212,114,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110010 01001010
Octal 324 162 112
Decimal 212 114 74
Hex D4 72 4A

RGB Percentages of Color #d4724a

%53.00
%28.50
%18.50

CMYK Percentages of Color #d4724a

%0
%46
%65
%17

Triadic Colors of #d4724a

#d4724a #4ad472 #724ad4

Analogous Colors of #d4724a

#d4724a #d4b74a #d44a67

Monochromatic Colors of #d4724a

#d4724a

Complementary Color

#d4724a #4aacd4

#d4724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4724a Color CSS Codes

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

#d4724a Text Font Color

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

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


#d4724a Background Color

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

This div background color is #d4724a


#d4724a Border Color

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

This div border color is #d4724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4724a


Comments

No comments written yet.

Please login to write comment.