Color Hex Logo

#d84d0e Color Hex

#D84D0E
(216,77,14)
0 Favorites   0 Comments

Color spaces of #d84d0e

RGB 2167714
HSL0.050.880.45
HSV19°94°85°
CMYK 0.000.640.94   0.15
XYZ31.052019.93842.6273
Yxy19.93840.57910.3719
Hunter Lab44.652445.989927.7681
CIE-Lab51.767552.264859.0469

#d84d0e color RGB value is (216,77,14).

#d84d0e hex color red value is 216, green value is 77 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d84d0e hue: 0.05 , saturation: 0.88 and the lightness value of d84d0e is 0.45.

The process color (four color CMYK) of #d84d0e color hex is 0.00, 0.64, 0.94, 0.15. Web safe color of #d84d0e is #cc6600. Color #d84d0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001101 00001110
Octal 330 115 16
Decimal 216 77 14
Hex D8 4D E

RGB Percentages of Color #d84d0e

%70.36
%25.08
%4.56

CMYK Percentages of Color #d84d0e

%0
%64
%94
%15

Triadic Colors of #d84d0e

#d84d0e #0ed84d #4d0ed8

Analogous Colors of #d84d0e

#d84d0e #d8b20e #d80e34

Monochromatic Colors of #d84d0e

#d84d0e

Complementary Color

#d84d0e #0e99d8

#d84d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84d0e Color CSS Codes

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

#d84d0e Text Font Color

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

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


#d84d0e Background Color

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

This div background color is #d84d0e


#d84d0e Border Color

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

This div border color is #d84d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84d0e


Comments

No comments written yet.

Please login to write comment.