Color Hex Logo

#d04510 Color Hex

#D04510
(208,69,16)
0 Favorites   0 Comments

Color spaces of #d04510

RGB 2086916
HSL0.050.860.44
HSV17°92°82°
CMYK 0.000.670.92   0.18
XYZ28.234117.70362.4192
Yxy17.70360.58390.3661
Hunter Lab42.075646.146826.0440
CIE-Lab49.134652.864656.0755

#d04510 color RGB value is (208,69,16).

#d04510 hex color red value is 208, green value is 69 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #d04510 hue: 0.05 , saturation: 0.86 and the lightness value of d04510 is 0.44.

The process color (four color CMYK) of #d04510 color hex is 0.00, 0.67, 0.92, 0.18. Web safe color of #d04510 is #cc3300. Color #d04510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000101 00010000
Octal 320 105 20
Decimal 208 69 16
Hex D0 45 10

RGB Percentages of Color #d04510

%70.99
%23.55
%5.46

CMYK Percentages of Color #d04510

%0
%67
%92
%18

Triadic Colors of #d04510

#d04510 #10d045 #4510d0

Analogous Colors of #d04510

#d04510 #d0a510 #d0103b

Monochromatic Colors of #d04510

#d04510

Complementary Color

#d04510 #109bd0

#d04510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04510 Color CSS Codes

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

#d04510 Text Font Color

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

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


#d04510 Background Color

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

This div background color is #d04510


#d04510 Border Color

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

This div border color is #d04510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04510


Comments

No comments written yet.

Please login to write comment.