Color Hex Logo

#d96141 Color Hex

#D96141
(217,97,65)
0 Favorites   0 Comments

Color spaces of #d96141

RGB 2179765
HSL0.040.670.55
HSV13°70°85°
CMYK 0.000.550.70   0.15
XYZ33.844123.68287.7885
Yxy23.68280.51820.3626
Hunter Lab48.665038.974324.5765
CIE-Lab55.768845.044540.7170

#d96141 color RGB value is (217,97,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 01000001
Octal 331 141 101
Decimal 217 97 65
Hex D9 61 41

RGB Percentages of Color #d96141

%57.26
%25.59
%17.15

CMYK Percentages of Color #d96141

%0
%55
%70
%15

Triadic Colors of #d96141

#d96141 #41d961 #6141d9

Analogous Colors of #d96141

#d96141 #d9ad41 #d9416d

Monochromatic Colors of #d96141

#d96141

Complementary Color

#d96141 #41b9d9

#d96141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96141 Color CSS Codes

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

#d96141 Text Font Color

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

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


#d96141 Background Color

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

This div background color is #d96141


#d96141 Border Color

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

This div border color is #d96141


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,97,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 #d96141">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96141


Comments

No comments written yet.

Please login to write comment.