Color Hex Logo

#d4894d Color Hex

#D4894D
(212,137,77)
0 Favorites   0 Comments

Color spaces of #d4894d

RGB 21213777
HSL0.070.610.57
HSV27°64°83°
CMYK 0.000.350.64   0.17
XYZ37.436632.424211.3065
Yxy32.42420.46120.3995
Hunter Lab56.942317.705628.0869
CIE-Lab63.691923.013243.3945

#d4894d color RGB value is (212,137,77).

#d4894d hex color red value is 212, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d4894d hue: 0.07 , saturation: 0.61 and the lightness value of d4894d is 0.57.

The process color (four color CMYK) of #d4894d color hex is 0.00, 0.35, 0.64, 0.17. Web safe color of #d4894d is #cc9966. Color #d4894d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001001 01001101
Octal 324 211 115
Decimal 212 137 77
Hex D4 89 4D

RGB Percentages of Color #d4894d

%49.77
%32.16
%18.08

CMYK Percentages of Color #d4894d

%0
%35
%64
%17

Triadic Colors of #d4894d

#d4894d #4dd489 #894dd4

Analogous Colors of #d4894d

#d4894d #d4cd4d #d44d54

Monochromatic Colors of #d4894d

#d4894d

Complementary Color

#d4894d #4d98d4

#d4894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4894d Color CSS Codes

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

#d4894d Text Font Color

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

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


#d4894d Background Color

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

This div background color is #d4894d


#d4894d Border Color

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

This div border color is #d4894d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,137,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4894d


Comments

No comments written yet.

Please login to write comment.