Color Hex Logo

#d56536 Color Hex

#D56536
(213,101,54)
0 Favorites   0 Comments

Color spaces of #d56536

RGB 21310154
HSL0.050.650.52
HSV18°75°84°
CMYK 0.000.530.75   0.16
XYZ32.760123.71986.3418
Yxy23.71980.52150.3776
Hunter Lab48.703034.838026.3717
CIE-Lab55.806241.058746.2777

#d56536 color RGB value is (213,101,54).

#d56536 hex color red value is 213, green value is 101 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #d56536 hue: 0.05 , saturation: 0.65 and the lightness value of d56536 is 0.52.

The process color (four color CMYK) of #d56536 color hex is 0.00, 0.53, 0.75, 0.16. Web safe color of #d56536 is #cc6633. Color #d56536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 00110110
Octal 325 145 66
Decimal 213 101 54
Hex D5 65 36

RGB Percentages of Color #d56536

%57.88
%27.45
%14.67

CMYK Percentages of Color #d56536

%0
%53
%75
%16

Triadic Colors of #d56536

#d56536 #36d565 #6536d5

Analogous Colors of #d56536

#d56536 #d5b536 #d53656

Monochromatic Colors of #d56536

#d56536

Complementary Color

#d56536 #36a6d5

#d56536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56536 Color CSS Codes

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

#d56536 Text Font Color

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

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


#d56536 Background Color

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

This div background color is #d56536


#d56536 Border Color

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

This div border color is #d56536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56536


Comments

No comments written yet.

Please login to write comment.