Color Hex Logo

#d4842e Color Hex

#D4842E
(212,132,46)
0 Favorites   0 Comments

Color spaces of #d4842e

RGB 21213246
HSL0.090.660.51
HSV31°78°83°
CMYK 0.000.380.78   0.17
XYZ35.895830.69686.6179
Yxy30.69680.49030.4193
Hunter Lab55.404718.689031.7013
CIE-Lab62.250824.126056.2801

#d4842e color RGB value is (212,132,46).

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

The process color (four color CMYK) of #d4842e color hex is 0.00, 0.38, 0.78, 0.17. Web safe color of #d4842e is #cc9933. Color #d4842e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000100 00101110
Octal 324 204 56
Decimal 212 132 46
Hex D4 84 2E

RGB Percentages of Color #d4842e

%54.36
%33.85
%11.79

CMYK Percentages of Color #d4842e

%0
%38
%78
%17

Triadic Colors of #d4842e

#d4842e #2ed484 #842ed4

Analogous Colors of #d4842e

#d4842e #d1d42e #d4312e

Monochromatic Colors of #d4842e

#d4842e

Complementary Color

#d4842e #2e7ed4

#d4842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4842e Color CSS Codes

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

#d4842e Text Font Color

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

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


#d4842e Background Color

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

This div background color is #d4842e


#d4842e Border Color

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

This div border color is #d4842e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4842e


Comments

No comments written yet.

Please login to write comment.