Color Hex Logo

#d96241 Color Hex

#D96241
(217,98,65)
0 Favorites   0 Comments

Color spaces of #d96241

RGB 2179865
HSL0.040.670.55
HSV13°70°85°
CMYK 0.000.550.70   0.15
XYZ33.937123.86877.8195
Yxy23.86870.51710.3637
Hunter Lab48.855638.496124.7094
CIE-Lab55.956144.561540.9300

#d96241 color RGB value is (217,98,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 01000001
Octal 331 142 101
Decimal 217 98 65
Hex D9 62 41

RGB Percentages of Color #d96241

%57.11
%25.79
%17.11

CMYK Percentages of Color #d96241

%0
%55
%70
%15

Triadic Colors of #d96241

#d96241 #41d962 #6241d9

Analogous Colors of #d96241

#d96241 #d9ae41 #d9416c

Monochromatic Colors of #d96241

#d96241

Complementary Color

#d96241 #41b8d9

#d96241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96241 Color CSS Codes

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

#d96241 Text Font Color

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

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


#d96241 Background Color

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

This div background color is #d96241


#d96241 Border Color

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

This div border color is #d96241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96241


Comments

No comments written yet.

Please login to write comment.