Color Hex Logo

#d56409 Color Hex

#D56409
(213,100,9)
0 Favorites   0 Comments

Color spaces of #d56409

RGB 2131009
HSL0.070.920.44
HSV27°96°84°
CMYK 0.000.530.96   0.16
XYZ32.047123.28023.0629
Yxy23.28020.54880.3987
Hunter Lab48.249634.122030.0109
CIE-Lab55.359840.420762.2084

#d56409 color RGB value is (213,100,9).

#d56409 hex color red value is 213, green value is 100 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d56409 hue: 0.07 , saturation: 0.92 and the lightness value of d56409 is 0.44.

The process color (four color CMYK) of #d56409 color hex is 0.00, 0.53, 0.96, 0.16. Web safe color of #d56409 is #cc6600. Color #d56409 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 00001001
Octal 325 144 11
Decimal 213 100 9
Hex D5 64 9

RGB Percentages of Color #d56409

%66.15
%31.06
%2.80

CMYK Percentages of Color #d56409

%0
%53
%96
%16

Triadic Colors of #d56409

#d56409 #09d564 #6409d5

Analogous Colors of #d56409

#d56409 #d5ca09 #d50914

Monochromatic Colors of #d56409

#d56409

Complementary Color

#d56409 #097ad5

#d56409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56409 Color CSS Codes

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

#d56409 Text Font Color

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

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


#d56409 Background Color

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

This div background color is #d56409


#d56409 Border Color

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

This div border color is #d56409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56409


Comments

No comments written yet.

Please login to write comment.