Color Hex Logo

#d56841 Color Hex

#D56841
(213,104,65)
0 Favorites   0 Comments

Color spaces of #d56841

RGB 21310465
HSL0.040.640.55
HSV16°69°84°
CMYK 0.000.510.69   0.16
XYZ33.345024.42847.9587
Yxy24.42840.50730.3716
Hunter Lab49.425133.932425.0504
CIE-Lab56.514240.080941.4018

#d56841 color RGB value is (213,104,65).

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

The process color (four color CMYK) of #d56841 color hex is 0.00, 0.51, 0.69, 0.16. Web safe color of #d56841 is #cc6633. Color #d56841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 01000001
Octal 325 150 101
Decimal 213 104 65
Hex D5 68 41

RGB Percentages of Color #d56841

%55.76
%27.23
%17.02

CMYK Percentages of Color #d56841

%0
%51
%69
%16

Triadic Colors of #d56841

#d56841 #41d568 #6841d5

Analogous Colors of #d56841

#d56841 #d5b241 #d54164

Monochromatic Colors of #d56841

#d56841

Complementary Color

#d56841 #41aed5

#d56841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56841 Color CSS Codes

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

#d56841 Text Font Color

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

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


#d56841 Background Color

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

This div background color is #d56841


#d56841 Border Color

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

This div border color is #d56841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56841


Comments

No comments written yet.

Please login to write comment.