Color Hex Logo

#d8440b Color Hex

#D8440B
(216,68,11)
0 Favorites   0 Comments

Color spaces of #d8440b

RGB 2166811
HSL0.050.900.45
HSV17°95°85°
CMYK 0.000.690.95   0.15
XYZ30.446418.75732.3324
Yxy18.75730.59080.3640
Hunter Lab43.309749.692227.1238
CIE-Lab50.402055.897058.9414

#d8440b color RGB value is (216,68,11).

#d8440b hex color red value is 216, green value is 68 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d8440b hue: 0.05 , saturation: 0.90 and the lightness value of d8440b is 0.45.

The process color (four color CMYK) of #d8440b color hex is 0.00, 0.69, 0.95, 0.15. Web safe color of #d8440b is #cc3300. Color #d8440b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 00001011
Octal 330 104 13
Decimal 216 68 11
Hex D8 44 B

RGB Percentages of Color #d8440b

%73.22
%23.05
%3.73

CMYK Percentages of Color #d8440b

%0
%69
%95
%15

Triadic Colors of #d8440b

#d8440b #0bd844 #440bd8

Analogous Colors of #d8440b

#d8440b #d8ab0b #d80b39

Monochromatic Colors of #d8440b

#d8440b

Complementary Color

#d8440b #0b9fd8

#d8440b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8440b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8440b Color CSS Codes

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

#d8440b Text Font Color

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

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


#d8440b Background Color

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

This div background color is #d8440b


#d8440b Border Color

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

This div border color is #d8440b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,68,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8440b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8440b;
  -webkit-box-shadow: 1px 1px 3px 2px #d8440b;
  box-shadow:         1px 1px 3px 2px #d8440b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,68,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8440b


Comments

No comments written yet.

Please login to write comment.