Color Hex Logo

#d86040 Color Hex

#D86040
(216,96,64)
0 Favorites   0 Comments

Color spaces of #d86040

RGB 2169664
HSL0.040.660.55
HSV13°70°85°
CMYK 0.000.560.70   0.15
XYZ33.427223.33487.5928
Yxy23.33480.51940.3626
Hunter Lab48.306138.984024.4950
CIE-Lab55.415545.106040.8092

#d86040 color RGB value is (216,96,64).

#d86040 hex color red value is 216, green value is 96 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d86040 hue: 0.04 , saturation: 0.66 and the lightness value of d86040 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100000 01000000
Octal 330 140 100
Decimal 216 96 64
Hex D8 60 40

RGB Percentages of Color #d86040

%57.45
%25.53
%17.02

CMYK Percentages of Color #d86040

%0
%56
%70
%15

Triadic Colors of #d86040

#d86040 #40d860 #6040d8

Analogous Colors of #d86040

#d86040 #d8ac40 #d8406c

Monochromatic Colors of #d86040

#d86040

Complementary Color

#d86040 #40b8d8

#d86040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86040 Color CSS Codes

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

#d86040 Text Font Color

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

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


#d86040 Background Color

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

This div background color is #d86040


#d86040 Border Color

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

This div border color is #d86040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86040


Comments

No comments written yet.

Please login to write comment.