Color Hex Logo

#d0540e Color Hex

#D0540E
(208,84,14)
0 Favorites   0 Comments

Color spaces of #d0540e

RGB 2088414
HSL0.060.870.44
HSV22°93°82°
CMYK 0.000.600.93   0.18
XYZ29.262019.78232.6915
Yxy19.78230.56560.3824
Hunter Lab44.477339.601427.5462
CIE-Lab51.590246.280758.2742

#d0540e color RGB value is (208,84,14).

#d0540e hex color red value is 208, green value is 84 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d0540e hue: 0.06 , saturation: 0.87 and the lightness value of d0540e is 0.44.

The process color (four color CMYK) of #d0540e color hex is 0.00, 0.60, 0.93, 0.18. Web safe color of #d0540e is #cc6600. Color #d0540e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010100 00001110
Octal 320 124 16
Decimal 208 84 14
Hex D0 54 E

RGB Percentages of Color #d0540e

%67.97
%27.45
%4.58

CMYK Percentages of Color #d0540e

%0
%60
%93
%18

Triadic Colors of #d0540e

#d0540e #0ed054 #540ed0

Analogous Colors of #d0540e

#d0540e #d0b50e #d00e29

Monochromatic Colors of #d0540e

#d0540e

Complementary Color

#d0540e #0e8ad0

#d0540e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0540e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0540e Color CSS Codes

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

#d0540e Text Font Color

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

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


#d0540e Background Color

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

This div background color is #d0540e


#d0540e Border Color

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

This div border color is #d0540e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,84,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0540e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0540e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0540e;
  box-shadow:         1px 1px 3px 2px #d0540e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,84,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0540e


Comments

No comments written yet.

Please login to write comment.