Color Hex Logo

#d05316 Color Hex

#D05316
(208,83,22)
0 Favorites   0 Comments

Color spaces of #d05316

RGB 2088322
HSL0.050.810.45
HSV20°89°82°
CMYK 0.000.600.89   0.18
XYZ29.250519.65433.0111
Yxy19.65430.56340.3786
Hunter Lab44.333240.189127.0063
CIE-Lab51.444146.866255.8020

#d05316 color RGB value is (208,83,22).

#d05316 hex color red value is 208, green value is 83 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d05316 hue: 0.05 , saturation: 0.81 and the lightness value of d05316 is 0.45.

The process color (four color CMYK) of #d05316 color hex is 0.00, 0.60, 0.89, 0.18. Web safe color of #d05316 is #cc6600. Color #d05316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010011 00010110
Octal 320 123 26
Decimal 208 83 22
Hex D0 53 16

RGB Percentages of Color #d05316

%66.45
%26.52
%7.03

CMYK Percentages of Color #d05316

%0
%60
%89
%18

Triadic Colors of #d05316

#d05316 #16d053 #5316d0

Analogous Colors of #d05316

#d05316 #d0b016 #d01636

Monochromatic Colors of #d05316

#d05316

Complementary Color

#d05316 #1693d0

#d05316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05316 Color CSS Codes

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

#d05316 Text Font Color

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

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


#d05316 Background Color

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

This div background color is #d05316


#d05316 Border Color

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

This div border color is #d05316


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,83,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d05316; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d05316;
  -webkit-box-shadow: 1px 1px 3px 2px #d05316;
  box-shadow:         1px 1px 3px 2px #d05316; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,83,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05316


Comments

No comments written yet.

Please login to write comment.