Color Hex Logo

#d97504 Color Hex

#D97504
(217,117,4)
0 Favorites   0 Comments

Color spaces of #d97504

RGB 2171174
HSL0.090.960.43
HSV32°98°85°
CMYK 0.000.460.98   0.15
XYZ34.998527.48313.5750
Yxy27.48310.52980.4161
Hunter Lab52.424327.424132.6538
CIE-Lab59.418833.295965.9899

#d97504 color RGB value is (217,117,4).

#d97504 hex color red value is 217, green value is 117 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #d97504 hue: 0.09 , saturation: 0.96 and the lightness value of d97504 is 0.43.

The process color (four color CMYK) of #d97504 color hex is 0.00, 0.46, 0.98, 0.15. Web safe color of #d97504 is #cc6600. Color #d97504 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110101 00000100
Octal 331 165 4
Decimal 217 117 4
Hex D9 75 4

RGB Percentages of Color #d97504

%64.20
%34.62
%1.18

CMYK Percentages of Color #d97504

%0
%46
%98
%15

Triadic Colors of #d97504

#d97504 #04d975 #7504d9

Analogous Colors of #d97504

#d97504 #d3d904 #d90a04

Monochromatic Colors of #d97504

#d97504

Complementary Color

#d97504 #0468d9

#d97504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97504 Color CSS Codes

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

#d97504 Text Font Color

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

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


#d97504 Background Color

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

This div background color is #d97504


#d97504 Border Color

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

This div border color is #d97504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97504


Comments

No comments written yet.

Please login to write comment.