Color Hex Logo

#db420e Color Hex

#DB420E
(219,66,14)
0 Favorites   0 Comments

Color spaces of #db420e

RGB 2196614
HSL0.040.880.46
HSV15°94°86°
CMYK 0.000.700.94   0.14
XYZ31.240918.98822.4340
Yxy18.98820.59320.3606
Hunter Lab43.575551.716427.1910
CIE-Lab50.673457.677758.6141

#db420e color RGB value is (219,66,14).

#db420e hex color red value is 219, green value is 66 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #db420e hue: 0.04 , saturation: 0.88 and the lightness value of db420e is 0.46.

The process color (four color CMYK) of #db420e color hex is 0.00, 0.70, 0.94, 0.14. Web safe color of #db420e is #cc3300. Color #db420e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 00001110
Octal 333 102 16
Decimal 219 66 14
Hex DB 42 E

RGB Percentages of Color #db420e

%73.24
%22.07
%4.68

CMYK Percentages of Color #db420e

%0
%70
%94
%14

Triadic Colors of #db420e

#db420e #0edb42 #420edb

Analogous Colors of #db420e

#db420e #dba90e #db0e40

Monochromatic Colors of #db420e

#db420e

Complementary Color

#db420e #0ea7db

#db420e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db420e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db420e Color CSS Codes

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

#db420e Text Font Color

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

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


#db420e Background Color

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

This div background color is #db420e


#db420e Border Color

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

This div border color is #db420e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,66,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db420e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db420e;
  -webkit-box-shadow: 1px 1px 3px 2px #db420e;
  box-shadow:         1px 1px 3px 2px #db420e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,66,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db420e


Comments

No comments written yet.

Please login to write comment.