Color Hex Logo

#d56740 Color Hex

#D56740
(213,103,64)
0 Favorites   0 Comments

Color spaces of #d56740

RGB 21310364
HSL0.040.640.54
HSV16°70°84°
CMYK 0.000.520.70   0.16
XYZ33.216224.21687.7741
Yxy24.21680.50940.3714
Hunter Lab49.210634.365625.0810
CIE-Lab56.304240.531441.6914

#d56740 color RGB value is (213,103,64).

#d56740 hex color red value is 213, green value is 103 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d56740 hue: 0.04 , saturation: 0.64 and the lightness value of d56740 is 0.54.

The process color (four color CMYK) of #d56740 color hex is 0.00, 0.52, 0.70, 0.16. Web safe color of #d56740 is #cc6633. Color #d56740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 01000000
Octal 325 147 100
Decimal 213 103 64
Hex D5 67 40

RGB Percentages of Color #d56740

%56.05
%27.11
%16.84

CMYK Percentages of Color #d56740

%0
%52
%70
%16

Triadic Colors of #d56740

#d56740 #40d567 #6740d5

Analogous Colors of #d56740

#d56740 #d5b240 #d54064

Monochromatic Colors of #d56740

#d56740

Complementary Color

#d56740 #40aed5

#d56740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56740 Color CSS Codes

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

#d56740 Text Font Color

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

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


#d56740 Background Color

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

This div background color is #d56740


#d56740 Border Color

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

This div border color is #d56740


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,103,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d56740; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d56740;
  -webkit-box-shadow: 1px 1px 3px 2px #d56740;
  box-shadow:         1px 1px 3px 2px #d56740; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,103,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56740


Comments

No comments written yet.

Please login to write comment.