Color Hex Logo

#db381c Color Hex

#DB381C
(219,56,28)
0 Favorites   0 Comments

Color spaces of #db381c

RGB 2195628
HSL0.020.770.48
HSV87°86°
CMYK 0.000.740.87   0.14
XYZ30.837217.97232.9423
Yxy17.97230.59590.3473
Hunter Lab42.393755.651825.5607
CIE-Lab49.462561.404352.8496

#db381c color RGB value is (219,56,28).

#db381c hex color red value is 219, green value is 56 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #db381c hue: 0.02 , saturation: 0.77 and the lightness value of db381c is 0.48.

The process color (four color CMYK) of #db381c color hex is 0.00, 0.74, 0.87, 0.14. Web safe color of #db381c is #cc3333. Color #db381c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 00011100
Octal 333 70 34
Decimal 219 56 28
Hex DB 38 1C

RGB Percentages of Color #db381c

%72.28
%18.48
%9.24

CMYK Percentages of Color #db381c

%0
%74
%87
%14

Triadic Colors of #db381c

#db381c #1cdb38 #381cdb

Analogous Colors of #db381c

#db381c #db981c #db1c5f

Monochromatic Colors of #db381c

#db381c

Complementary Color

#db381c #1cbfdb

#db381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db381c Color CSS Codes

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

#db381c Text Font Color

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

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


#db381c Background Color

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

This div background color is #db381c


#db381c Border Color

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

This div border color is #db381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db381c


Comments

No comments written yet.

Please login to write comment.