Color Hex Logo

#d74008 Color Hex

#D74008
(215,64,8)
0 Favorites   0 Comments

Color spaces of #d74008

RGB 215648
HSL0.050.930.44
HSV16°96°84°
CMYK 0.000.700.96   0.16
XYZ29.901618.13142.1535
Yxy18.13140.59580.3613
Hunter Lab42.581050.831226.8081
CIE-Lab49.655157.063759.1116

#d74008 color RGB value is (215,64,8).

#d74008 hex color red value is 215, green value is 64 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #d74008 hue: 0.05 , saturation: 0.93 and the lightness value of d74008 is 0.44.

The process color (four color CMYK) of #d74008 color hex is 0.00, 0.70, 0.96, 0.16. Web safe color of #d74008 is #cc3300. Color #d74008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 00001000
Octal 327 100 10
Decimal 215 64 8
Hex D7 40 8

RGB Percentages of Color #d74008

%74.91
%22.30
%2.79

CMYK Percentages of Color #d74008

%0
%70
%96
%16

Triadic Colors of #d74008

#d74008 #08d740 #4008d7

Analogous Colors of #d74008

#d74008 #d7a808 #d70838

Monochromatic Colors of #d74008

#d74008

Complementary Color

#d74008 #089fd7

#d74008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74008 Color CSS Codes

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

#d74008 Text Font Color

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

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


#d74008 Background Color

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

This div background color is #d74008


#d74008 Border Color

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

This div border color is #d74008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,64,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d74008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d74008;
  -webkit-box-shadow: 1px 1px 3px 2px #d74008;
  box-shadow:         1px 1px 3px 2px #d74008; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,64,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74008


Comments

No comments written yet.

Please login to write comment.