Color Hex Logo

#d56509 Color Hex

#D56509
(213,101,9)
0 Favorites   0 Comments

Color spaces of #d56509

RGB 2131019
HSL0.080.920.44
HSV27°96°84°
CMYK 0.000.530.96   0.16
XYZ32.143623.47323.0951
Yxy23.47320.54750.3998
Hunter Lab48.449133.639930.1268
CIE-Lab55.556439.922062.3350

#d56509 color RGB value is (213,101,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 00001001
Octal 325 145 11
Decimal 213 101 9
Hex D5 65 9

RGB Percentages of Color #d56509

%65.94
%31.27
%2.79

CMYK Percentages of Color #d56509

%0
%53
%96
%16

Triadic Colors of #d56509

#d56509 #09d565 #6509d5

Analogous Colors of #d56509

#d56509 #d5cb09 #d50913

Monochromatic Colors of #d56509

#d56509

Complementary Color

#d56509 #0979d5

#d56509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56509 Color CSS Codes

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

#d56509 Text Font Color

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

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


#d56509 Background Color

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

This div background color is #d56509


#d56509 Border Color

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

This div border color is #d56509


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,101,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 #d56509">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56509


Comments

No comments written yet.

Please login to write comment.