Color Hex Logo

#d8490f Color Hex

#D8490F
(216,73,15)
0 Favorites   0 Comments

Color spaces of #d8490f

RGB 2167315
HSL0.050.870.45
HSV17°93°85°
CMYK 0.000.660.93   0.15
XYZ30.787719.39852.5735
Yxy19.39850.58350.3677
Hunter Lab44.043747.699627.3663
CIE-Lab51.150253.945758.3798

#d8490f color RGB value is (216,73,15).

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

The process color (four color CMYK) of #d8490f color hex is 0.00, 0.66, 0.93, 0.15. Web safe color of #d8490f is #cc3300. Color #d8490f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 00001111
Octal 330 111 17
Decimal 216 73 15
Hex D8 49 F

RGB Percentages of Color #d8490f

%71.05
%24.01
%4.93

CMYK Percentages of Color #d8490f

%0
%66
%93
%15

Triadic Colors of #d8490f

#d8490f #0fd849 #490fd8

Analogous Colors of #d8490f

#d8490f #d8ae0f #d80f39

Monochromatic Colors of #d8490f

#d8490f

Complementary Color

#d8490f #0f9ed8

#d8490f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8490f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8490f Color CSS Codes

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

#d8490f Text Font Color

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

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


#d8490f Background Color

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

This div background color is #d8490f


#d8490f Border Color

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

This div border color is #d8490f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8490f


Comments

No comments written yet.

Please login to write comment.