Color Hex Logo

#d4754e Color Hex

#D4754E
(212,117,78)
0 Favorites   0 Comments

Color spaces of #d4754e

RGB 21211778
HSL0.050.610.57
HSV17°63°83°
CMYK 0.000.450.63   0.17
XYZ34.887827.269710.6325
Yxy27.26970.47930.3746
Hunter Lab52.220427.867924.4824
CIE-Lab59.223133.761337.5960

#d4754e color RGB value is (212,117,78).

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

The process color (four color CMYK) of #d4754e color hex is 0.00, 0.45, 0.63, 0.17. Web safe color of #d4754e is #cc6666. Color #d4754e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110101 01001110
Octal 324 165 116
Decimal 212 117 78
Hex D4 75 4E

RGB Percentages of Color #d4754e

%52.09
%28.75
%19.16

CMYK Percentages of Color #d4754e

%0
%45
%63
%17

Triadic Colors of #d4754e

#d4754e #4ed475 #754ed4

Analogous Colors of #d4754e

#d4754e #d4b84e #d44e6a

Monochromatic Colors of #d4754e

#d4754e

Complementary Color

#d4754e #4eadd4

#d4754e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4754e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4754e Color CSS Codes

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

#d4754e Text Font Color

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

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


#d4754e Background Color

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

This div background color is #d4754e


#d4754e Border Color

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

This div border color is #d4754e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4754e


Comments

No comments written yet.

Please login to write comment.