Color Hex Logo

#d56418 Color Hex

#D56418
(213,100,24)
0 Favorites   0 Comments

Color spaces of #d56418

RGB 21310024
HSL0.070.800.46
HSV24°89°84°
CMYK 0.000.530.89   0.16
XYZ32.162623.32643.6714
Yxy23.32640.54370.3943
Hunter Lab48.297434.347729.3012
CIE-Lab55.407040.635058.5024

#d56418 color RGB value is (213,100,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 00011000
Octal 325 144 30
Decimal 213 100 24
Hex D5 64 18

RGB Percentages of Color #d56418

%63.20
%29.67
%7.12

CMYK Percentages of Color #d56418

%0
%53
%89
%16

Triadic Colors of #d56418

#d56418 #18d564 #6418d5

Analogous Colors of #d56418

#d56418 #d5c318 #d5182a

Monochromatic Colors of #d56418

#d56418

Complementary Color

#d56418 #1889d5

#d56418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56418 Color CSS Codes

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

#d56418 Text Font Color

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

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


#d56418 Background Color

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

This div background color is #d56418


#d56418 Border Color

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

This div border color is #d56418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56418


Comments

No comments written yet.

Please login to write comment.