Color Hex Logo

#d4745f Color Hex

#D4745F
(212,116,95)
0 Favorites   0 Comments

Color spaces of #d4745f

RGB 21211695
HSL0.030.580.60
HSV11°55°83°
CMYK 0.000.450.55   0.17
XYZ35.462327.314114.2295
Yxy27.31410.46050.3547
Hunter Lab52.262929.658820.4413
CIE-Lab59.263935.539828.2715

#d4745f color RGB value is (212,116,95).

#d4745f hex color red value is 212, green value is 116 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d4745f hue: 0.03 , saturation: 0.58 and the lightness value of d4745f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110100 01011111
Octal 324 164 137
Decimal 212 116 95
Hex D4 74 5F

RGB Percentages of Color #d4745f

%50.12
%27.42
%22.46

CMYK Percentages of Color #d4745f

%0
%45
%55
%17

Triadic Colors of #d4745f

#d4745f #5fd474 #745fd4

Analogous Colors of #d4745f

#d4745f #d4af5f #d45f85

Monochromatic Colors of #d4745f

#d4745f

Complementary Color

#d4745f #5fbfd4

#d4745f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4745f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4745f Color CSS Codes

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

#d4745f Text Font Color

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

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


#d4745f Background Color

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

This div background color is #d4745f


#d4745f Border Color

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

This div border color is #d4745f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4745f


Comments

No comments written yet.

Please login to write comment.