Color Hex Logo

#d85e1d Color Hex

#D85E1D
(216,94,29)
0 Favorites   0 Comments

Color spaces of #d85e1d

RGB 2169429
HSL0.060.760.48
HSV21°87°85°
CMYK 0.000.560.87   0.15
XYZ32.543422.69303.8274
Yxy22.69300.55100.3842
Hunter Lab47.637238.577528.5824
CIE-Lab54.754744.816256.4753

#d85e1d color RGB value is (216,94,29).

#d85e1d hex color red value is 216, green value is 94 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d85e1d hue: 0.06 , saturation: 0.76 and the lightness value of d85e1d is 0.48.

The process color (four color CMYK) of #d85e1d color hex is 0.00, 0.56, 0.87, 0.15. Web safe color of #d85e1d is #cc6633. Color #d85e1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011110 00011101
Octal 330 136 35
Decimal 216 94 29
Hex D8 5E 1D

RGB Percentages of Color #d85e1d

%63.72
%27.73
%8.55

CMYK Percentages of Color #d85e1d

%0
%56
%87
%15

Triadic Colors of #d85e1d

#d85e1d #1dd85e #5e1dd8

Analogous Colors of #d85e1d

#d85e1d #d8bc1d #d81d39

Monochromatic Colors of #d85e1d

#d85e1d

Complementary Color

#d85e1d #1d97d8

#d85e1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85e1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85e1d Color CSS Codes

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

#d85e1d Text Font Color

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

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


#d85e1d Background Color

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

This div background color is #d85e1d


#d85e1d Border Color

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

This div border color is #d85e1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,94,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85e1d


Comments

No comments written yet.

Please login to write comment.