Color Hex Logo

#d97f39 Color Hex

#D97F39
(217,127,57)
0 Favorites   0 Comments

Color spaces of #d97f39

RGB 21712757
HSL0.070.680.54
HSV26°74°85°
CMYK 0.000.410.74   0.15
XYZ36.943230.22597.7580
Yxy30.22590.49310.4034
Hunter Lab54.978123.733630.1182
CIE-Lab61.848629.341251.3081

#d97f39 color RGB value is (217,127,57).

#d97f39 hex color red value is 217, green value is 127 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #d97f39 hue: 0.07 , saturation: 0.68 and the lightness value of d97f39 is 0.54.

The process color (four color CMYK) of #d97f39 color hex is 0.00, 0.41, 0.74, 0.15. Web safe color of #d97f39 is #cc6633. Color #d97f39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111111 00111001
Octal 331 177 71
Decimal 217 127 57
Hex D9 7F 39

RGB Percentages of Color #d97f39

%54.11
%31.67
%14.21

CMYK Percentages of Color #d97f39

%0
%41
%74
%15

Triadic Colors of #d97f39

#d97f39 #39d97f #7f39d9

Analogous Colors of #d97f39

#d97f39 #d9cf39 #d93943

Monochromatic Colors of #d97f39

#d97f39

Complementary Color

#d97f39 #3993d9

#d97f39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97f39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97f39 Color CSS Codes

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

#d97f39 Text Font Color

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

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


#d97f39 Background Color

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

This div background color is #d97f39


#d97f39 Border Color

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

This div border color is #d97f39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97f39


Comments

No comments written yet.

Please login to write comment.