Color Hex Logo

#d0720e Color Hex

#D0720E
(208,114,14)
0 Favorites   0 Comments

Color spaces of #d0720e

RGB 20811414
HSL0.090.870.44
HSV31°93°82°
CMYK 0.000.450.93   0.18
XYZ32.109025.47623.6405
Yxy25.47620.52440.4161
Hunter Lab50.474025.223331.0554
CIE-Lab57.536531.262362.3557

#d0720e color RGB value is (208,114,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 00001110
Octal 320 162 16
Decimal 208 114 14
Hex D0 72 E

RGB Percentages of Color #d0720e

%61.90
%33.93
%4.17

CMYK Percentages of Color #d0720e

%0
%45
%93
%18

Triadic Colors of #d0720e

#d0720e #0ed072 #720ed0

Analogous Colors of #d0720e

#d0720e #cdd00e #d0110e

Monochromatic Colors of #d0720e

#d0720e

Complementary Color

#d0720e #0e6cd0

#d0720e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0720e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0720e Color CSS Codes

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

#d0720e Text Font Color

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

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


#d0720e Background Color

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

This div background color is #d0720e


#d0720e Border Color

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

This div border color is #d0720e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0720e


Comments

No comments written yet.

Please login to write comment.