Color Hex Logo

#db380e Color Hex

#DB380E
(219,56,14)
0 Favorites   0 Comments

Color spaces of #db380e

RGB 2195614
HSL0.030.880.46
HSV12°94°86°
CMYK 0.000.740.94   0.14
XYZ30.706917.92012.2560
Yxy17.92010.60350.3522
Hunter Lab42.332155.399126.4728
CIE-Lab49.399161.193257.8253

#db380e color RGB value is (219,56,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 00001110
Octal 333 70 16
Decimal 219 56 14
Hex DB 38 E

RGB Percentages of Color #db380e

%75.78
%19.38
%4.84

CMYK Percentages of Color #db380e

%0
%74
%94
%14

Triadic Colors of #db380e

#db380e #0edb38 #380edb

Analogous Colors of #db380e

#db380e #db9f0e #db0e4a

Monochromatic Colors of #db380e

#db380e

Complementary Color

#db380e #0eb1db

#db380e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db380e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db380e Color CSS Codes

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

#db380e Text Font Color

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

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


#db380e Background Color

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

This div background color is #db380e


#db380e Border Color

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

This div border color is #db380e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,56,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 #db380e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db380e


Comments

No comments written yet.

Please login to write comment.