Color Hex Logo

#d86340 Color Hex

#D86340
(216,99,64)
0 Favorites   0 Comments

Color spaces of #d86340

RGB 2169964
HSL0.040.660.55
HSV14°70°85°
CMYK 0.000.540.70   0.15
XYZ33.706223.89287.6857
Yxy23.89280.51630.3660
Hunter Lab48.880337.547224.8937
CIE-Lab55.980343.650941.4486

#d86340 color RGB value is (216,99,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100011 01000000
Octal 330 143 100
Decimal 216 99 64
Hex D8 63 40

RGB Percentages of Color #d86340

%56.99
%26.12
%16.89

CMYK Percentages of Color #d86340

%0
%54
%70
%15

Triadic Colors of #d86340

#d86340 #40d863 #6340d8

Analogous Colors of #d86340

#d86340 #d8af40 #d84069

Monochromatic Colors of #d86340

#d86340

Complementary Color

#d86340 #40b5d8

#d86340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86340 Color CSS Codes

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

#d86340 Text Font Color

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

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


#d86340 Background Color

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

This div background color is #d86340


#d86340 Border Color

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

This div border color is #d86340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86340


Comments

No comments written yet.

Please login to write comment.