Color Hex Logo

#db381f Color Hex

#DB381F
(219,56,31)
0 Favorites   0 Comments

Color spaces of #db381f

RGB 2195631
HSL0.020.750.49
HSV86°86°
CMYK 0.000.740.86   0.14
XYZ30.874917.98733.1409
Yxy17.98730.59370.3459
Hunter Lab42.411455.725325.2971
CIE-Lab49.480761.465851.5600

#db381f color RGB value is (219,56,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 00011111
Octal 333 70 37
Decimal 219 56 31
Hex DB 38 1F

RGB Percentages of Color #db381f

%71.57
%18.30
%10.13

CMYK Percentages of Color #db381f

%0
%74
%86
%14

Triadic Colors of #db381f

#db381f #1fdb38 #381fdb

Analogous Colors of #db381f

#db381f #db961f #db1f64

Monochromatic Colors of #db381f

#db381f

Complementary Color

#db381f #1fc2db

#db381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db381f Color CSS Codes

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

#db381f Text Font Color

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

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


#db381f Background Color

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

This div background color is #db381f


#db381f Border Color

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

This div border color is #db381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db381f


Comments

No comments written yet.

Please login to write comment.