Color Hex Logo

#d97241 Color Hex

#D97241
(217,114,65)
0 Favorites   0 Comments

Color spaces of #d97241

RGB 21711465
HSL0.050.670.55
HSV19°70°85°
CMYK 0.000.470.70   0.15
XYZ35.586727.16808.3693
Yxy27.16800.50030.3820
Hunter Lab52.122930.655026.9659
CIE-Lab59.129536.539644.4969

#d97241 color RGB value is (217,114,65).

#d97241 hex color red value is 217, green value is 114 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d97241 hue: 0.05 , saturation: 0.67 and the lightness value of d97241 is 0.55.

The process color (four color CMYK) of #d97241 color hex is 0.00, 0.47, 0.70, 0.15. Web safe color of #d97241 is #cc6633. Color #d97241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110010 01000001
Octal 331 162 101
Decimal 217 114 65
Hex D9 72 41

RGB Percentages of Color #d97241

%54.80
%28.79
%16.41

CMYK Percentages of Color #d97241

%0
%47
%70
%15

Triadic Colors of #d97241

#d97241 #41d972 #7241d9

Analogous Colors of #d97241

#d97241 #d9be41 #d9415c

Monochromatic Colors of #d97241

#d97241

Complementary Color

#d97241 #41a8d9

#d97241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97241 Color CSS Codes

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

#d97241 Text Font Color

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

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


#d97241 Background Color

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

This div background color is #d97241


#d97241 Border Color

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

This div border color is #d97241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97241


Comments

No comments written yet.

Please login to write comment.