Color Hex Logo

#d97f73 Color Hex

#D97F73
(217,127,115)
0 Favorites   0 Comments

Color spaces of #d97f73

RGB 217127115
HSL0.020.570.65
HSV47°85°
CMYK 0.000.410.47   0.15
XYZ39.299231.168320.1644
Yxy31.16830.43360.3439
Hunter Lab55.828627.950817.6654
CIE-Lab62.649533.487021.6024

#d97f73 color RGB value is (217,127,115).

#d97f73 hex color red value is 217, green value is 127 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d97f73 hue: 0.02 , saturation: 0.57 and the lightness value of d97f73 is 0.65.

The process color (four color CMYK) of #d97f73 color hex is 0.00, 0.41, 0.47, 0.15. Web safe color of #d97f73 is #cc6666. Color #d97f73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 01110011
Octal 331 177 163
Decimal 217 127 115
Hex D9 7F 73

RGB Percentages of Color #d97f73

%47.28
%27.67
%25.05

CMYK Percentages of Color #d97f73

%0
%41
%47
%15

Triadic Colors of #d97f73

#d97f73 #73d97f #7f73d9

Analogous Colors of #d97f73

#d97f73 #d9b273 #d9739a

Monochromatic Colors of #d97f73

#d97f73

Complementary Color

#d97f73 #73cdd9

#d97f73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97f73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97f73 Color CSS Codes

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

#d97f73 Text Font Color

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

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


#d97f73 Background Color

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

This div background color is #d97f73


#d97f73 Border Color

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

This div border color is #d97f73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,127,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d97f73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d97f73;
  -webkit-box-shadow: 1px 1px 3px 2px #d97f73;
  box-shadow:         1px 1px 3px 2px #d97f73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,127,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97f73


Comments

No comments written yet.

Please login to write comment.