Color Hex Logo

#d56018 Color Hex

#D56018
(213,96,24)
0 Favorites   0 Comments

Color spaces of #d56018

RGB 2139624
HSL0.060.800.46
HSV23°89°84°
CMYK 0.000.550.89   0.16
XYZ31.788322.57783.5467
Yxy22.57780.54890.3899
Hunter Lab47.516136.263428.8357
CIE-Lab54.634842.606557.9110

#d56018 color RGB value is (213,96,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100000 00011000
Octal 325 140 30
Decimal 213 96 24
Hex D5 60 18

RGB Percentages of Color #d56018

%63.96
%28.83
%7.21

CMYK Percentages of Color #d56018

%0
%55
%89
%16

Triadic Colors of #d56018

#d56018 #18d560 #6018d5

Analogous Colors of #d56018

#d56018 #d5bf18 #d5182f

Monochromatic Colors of #d56018

#d56018

Complementary Color

#d56018 #188dd5

#d56018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56018 Color CSS Codes

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

#d56018 Text Font Color

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

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


#d56018 Background Color

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

This div background color is #d56018


#d56018 Border Color

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

This div border color is #d56018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56018


Comments

No comments written yet.

Please login to write comment.