Color Hex Logo

#d56412 Color Hex

#D56412
(213,100,18)
0 Favorites   0 Comments

Color spaces of #d56412

RGB 21310018
HSL0.070.840.45
HSV25°92°84°
CMYK 0.000.530.92   0.16
XYZ32.106923.30413.3782
Yxy23.30410.54610.3964
Hunter Lab48.274334.239029.6430
CIE-Lab55.384240.531860.2311

#d56412 color RGB value is (213,100,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 00010010
Octal 325 144 22
Decimal 213 100 18
Hex D5 64 12

RGB Percentages of Color #d56412

%64.35
%30.21
%5.44

CMYK Percentages of Color #d56412

%0
%53
%92
%16

Triadic Colors of #d56412

#d56412 #12d564 #6412d5

Analogous Colors of #d56412

#d56412 #d5c612 #d51221

Monochromatic Colors of #d56412

#d56412

Complementary Color

#d56412 #1283d5

#d56412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56412 Color CSS Codes

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

#d56412 Text Font Color

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

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


#d56412 Background Color

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

This div background color is #d56412


#d56412 Border Color

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

This div border color is #d56412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56412


Comments

No comments written yet.

Please login to write comment.