Color Hex Logo

#d86241 Color Hex

#D86241
(216,98,65)
0 Favorites   0 Comments

Color spaces of #d86241

RGB 2169865
HSL0.040.660.55
HSV13°70°85°
CMYK 0.000.550.70   0.15
XYZ33.640723.71597.8056
Yxy23.71590.51630.3640
Hunter Lab48.699038.082624.5861
CIE-Lab55.802244.189140.7139

#d86241 color RGB value is (216,98,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100010 01000001
Octal 330 142 101
Decimal 216 98 65
Hex D8 62 41

RGB Percentages of Color #d86241

%56.99
%25.86
%17.15

CMYK Percentages of Color #d86241

%0
%55
%70
%15

Triadic Colors of #d86241

#d86241 #41d862 #6241d8

Analogous Colors of #d86241

#d86241 #d8ae41 #d8416c

Monochromatic Colors of #d86241

#d86241

Complementary Color

#d86241 #41b7d8

#d86241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86241 Color CSS Codes

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

#d86241 Text Font Color

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

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


#d86241 Background Color

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

This div background color is #d86241


#d86241 Border Color

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

This div border color is #d86241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86241


Comments

No comments written yet.

Please login to write comment.