Color Hex Logo

#d8842e Color Hex

#D8842E
(216,132,46)
0 Favorites   0 Comments

Color spaces of #d8842e

RGB 21613246
HSL0.080.690.51
HSV30°79°85°
CMYK 0.000.390.79   0.15
XYZ37.063331.29876.6726
Yxy31.29870.49390.4171
Hunter Lab55.945220.350732.0901
CIE-Lab62.759025.812356.9401

#d8842e color RGB value is (216,132,46).

#d8842e hex color red value is 216, green value is 132 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #d8842e hue: 0.08 , saturation: 0.69 and the lightness value of d8842e is 0.51.

The process color (four color CMYK) of #d8842e color hex is 0.00, 0.39, 0.79, 0.15. Web safe color of #d8842e is #cc9933. Color #d8842e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 00101110
Octal 330 204 56
Decimal 216 132 46
Hex D8 84 2E

RGB Percentages of Color #d8842e

%54.82
%33.50
%11.68

CMYK Percentages of Color #d8842e

%0
%39
%79
%15

Triadic Colors of #d8842e

#d8842e #2ed884 #842ed8

Analogous Colors of #d8842e

#d8842e #d7d82e #d82f2e

Monochromatic Colors of #d8842e

#d8842e

Complementary Color

#d8842e #2e82d8

#d8842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8842e Color CSS Codes

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

#d8842e Text Font Color

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

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


#d8842e Background Color

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

This div background color is #d8842e


#d8842e Border Color

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

This div border color is #d8842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8842e

#d8842e Color Palettes


Comments

No comments written yet.

Please login to write comment.