Color Hex Logo

#d96803 Color Hex

#D96803
(217,104,3)
0 Favorites   0 Comments

Color spaces of #d96803

RGB 2171043
HSL0.080.970.43
HSV28°99°85°
CMYK 0.000.520.99   0.15
XYZ33.582024.65893.0758
Yxy24.65890.54770.4022
Hunter Lab49.657733.813131.0880
CIE-Lab56.741639.934464.5054

#d96803 color RGB value is (217,104,3).

#d96803 hex color red value is 217, green value is 104 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d96803 hue: 0.08 , saturation: 0.97 and the lightness value of d96803 is 0.43.

The process color (four color CMYK) of #d96803 color hex is 0.00, 0.52, 0.99, 0.15. Web safe color of #d96803 is #cc6600. Color #d96803 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 00000011
Octal 331 150 3
Decimal 217 104 3
Hex D9 68 3

RGB Percentages of Color #d96803

%66.98
%32.10
%0.93

CMYK Percentages of Color #d96803

%0
%52
%99
%15

Triadic Colors of #d96803

#d96803 #03d968 #6803d9

Analogous Colors of #d96803

#d96803 #d9d303 #d90309

Monochromatic Colors of #d96803

#d96803

Complementary Color

#d96803 #0374d9

#d96803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96803 Color CSS Codes

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

#d96803 Text Font Color

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

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


#d96803 Background Color

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

This div background color is #d96803


#d96803 Border Color

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

This div border color is #d96803


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96803


Comments

No comments written yet.

Please login to write comment.