Color Hex Logo

#d86447 Color Hex

#D86447
(216,100,71)
0 Favorites   0 Comments

Color spaces of #d86447

RGB 21610071
HSL0.030.650.56
HSV12°67°85°
CMYK 0.000.540.67   0.15
XYZ34.013424.16828.8335
Yxy24.16820.50750.3606
Hunter Lab49.161237.467723.7593
CIE-Lab56.255843.535337.9983

#d86447 color RGB value is (216,100,71).

#d86447 hex color red value is 216, green value is 100 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d86447 hue: 0.03 , saturation: 0.65 and the lightness value of d86447 is 0.56.

The process color (four color CMYK) of #d86447 color hex is 0.00, 0.54, 0.67, 0.15. Web safe color of #d86447 is #cc6633. Color #d86447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100100 01000111
Octal 330 144 107
Decimal 216 100 71
Hex D8 64 47

RGB Percentages of Color #d86447

%55.81
%25.84
%18.35

CMYK Percentages of Color #d86447

%0
%54
%67
%15

Triadic Colors of #d86447

#d86447 #47d864 #6447d8

Analogous Colors of #d86447

#d86447 #d8ad47 #d84773

Monochromatic Colors of #d86447

#d86447

Complementary Color

#d86447 #47bbd8

#d86447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86447 Color CSS Codes

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

#d86447 Text Font Color

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

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


#d86447 Background Color

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

This div background color is #d86447


#d86447 Border Color

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

This div border color is #d86447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86447

#d86447 Color Palettes


Comments

No comments written yet.

Please login to write comment.