Color Hex Logo

#d4914e Color Hex

#D4914E
(212,145,78)
0 Favorites   0 Comments

Color spaces of #d4914e

RGB 21214578
HSL0.080.610.57
HSV30°63°83°
CMYK 0.000.320.63   0.17
XYZ38.651934.797911.8872
Yxy34.79790.45290.4078
Hunter Lab58.989713.726729.3451
CIE-Lab65.591018.751445.0862

#d4914e color RGB value is (212,145,78).

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

The process color (four color CMYK) of #d4914e color hex is 0.00, 0.32, 0.63, 0.17. Web safe color of #d4914e is #cc9966. Color #d4914e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 01001110
Octal 324 221 116
Decimal 212 145 78
Hex D4 91 4E

RGB Percentages of Color #d4914e

%48.74
%33.33
%17.93

CMYK Percentages of Color #d4914e

%0
%32
%63
%17

Triadic Colors of #d4914e

#d4914e #4ed491 #914ed4

Analogous Colors of #d4914e

#d4914e #d4d44e #d44e4e

Monochromatic Colors of #d4914e

#d4914e

Complementary Color

#d4914e #4e91d4

#d4914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4914e Color CSS Codes

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

#d4914e Text Font Color

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

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


#d4914e Background Color

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

This div background color is #d4914e


#d4914e Border Color

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

This div border color is #d4914e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4914e


Comments

No comments written yet.

Please login to write comment.