Color Hex Logo

#d04913 Color Hex

#D04913
(208,73,19)
0 Favorites   0 Comments

Color spaces of #d04913

RGB 2087319
HSL0.050.830.45
HSV17°91°82°
CMYK 0.000.650.91   0.18
XYZ28.512518.22202.6305
Yxy18.22200.57760.3691
Hunter Lab42.687244.524626.2275
CIE-Lab49.764351.243555.5696

#d04913 color RGB value is (208,73,19).

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

The process color (four color CMYK) of #d04913 color hex is 0.00, 0.65, 0.91, 0.18. Web safe color of #d04913 is #cc3300. Color #d04913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 00010011
Octal 320 111 23
Decimal 208 73 19
Hex D0 49 13

RGB Percentages of Color #d04913

%69.33
%24.33
%6.33

CMYK Percentages of Color #d04913

%0
%65
%91
%18

Triadic Colors of #d04913

#d04913 #13d049 #4913d0

Analogous Colors of #d04913

#d04913 #d0a813 #d0133c

Monochromatic Colors of #d04913

#d04913

Complementary Color

#d04913 #139ad0

#d04913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04913 Color CSS Codes

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

#d04913 Text Font Color

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

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


#d04913 Background Color

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

This div background color is #d04913


#d04913 Border Color

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

This div border color is #d04913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04913


Comments

No comments written yet.

Please login to write comment.