Color Hex Logo

#db071f Color Hex

#DB071F
(219,7,31)
0 Favorites   0 Comments

Color spaces of #db071f

RGB 219731
HSL0.980.940.44
HSV353°97°86°
CMYK 0.000.970.86   0.14
XYZ29.536715.31102.6949
Yxy15.31100.62130.3220
Hunter Lab39.129366.264423.3071
CIE-Lab46.057271.182748.7102

#db071f color RGB value is (219,7,31).

#db071f hex color red value is 219, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #db071f hue: 0.98 , saturation: 0.94 and the lightness value of db071f is 0.44.

The process color (four color CMYK) of #db071f color hex is 0.00, 0.97, 0.86, 0.14. Web safe color of #db071f is #cc0033. Color #db071f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 00011111
Octal 333 7 37
Decimal 219 7 31
Hex DB 7 1F

RGB Percentages of Color #db071f

%85.21
%2.72
%12.06

CMYK Percentages of Color #db071f

%0
%97
%86
%14

Triadic Colors of #db071f

#db071f #1fdb07 #071fdb

Analogous Colors of #db071f

#db071f #db5907 #db0789

Monochromatic Colors of #db071f

#db071f

Complementary Color

#db071f #07dbc3

#db071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db071f Color CSS Codes

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

#db071f Text Font Color

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

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


#db071f Background Color

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

This div background color is #db071f


#db071f Border Color

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

This div border color is #db071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db071f


Comments

No comments written yet.

Please login to write comment.