Color Hex Logo

#d96232 Color Hex

#D96232
(217,98,50)
0 Favorites   0 Comments

Color spaces of #d96232

RGB 2179850
HSL0.050.690.52
HSV17°77°85°
CMYK 0.000.550.77   0.15
XYZ33.558723.71745.8268
Yxy23.71740.53180.3759
Hunter Lab48.700537.775426.9966
CIE-Lab55.803743.894948.4316

#d96232 color RGB value is (217,98,50).

#d96232 hex color red value is 217, green value is 98 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d96232 hue: 0.05 , saturation: 0.69 and the lightness value of d96232 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100010 00110010
Octal 331 142 62
Decimal 217 98 50
Hex D9 62 32

RGB Percentages of Color #d96232

%59.45
%26.85
%13.70

CMYK Percentages of Color #d96232

%0
%55
%77
%15

Triadic Colors of #d96232

#d96232 #32d962 #6232d9

Analogous Colors of #d96232

#d96232 #d9b632 #d93255

Monochromatic Colors of #d96232

#d96232

Complementary Color

#d96232 #32a9d9

#d96232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96232 Color CSS Codes

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

#d96232 Text Font Color

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

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


#d96232 Background Color

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

This div background color is #d96232


#d96232 Border Color

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

This div border color is #d96232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96232


Comments

No comments written yet.

Please login to write comment.