Color Hex Logo

#db501f Color Hex

#DB501F
(219,80,31)
0 Favorites   0 Comments

Color spaces of #db501f

RGB 2198031
HSL0.040.750.49
HSV16°86°86°
CMYK 0.000.630.86   0.14
XYZ32.329420.89633.6258
Yxy20.89630.56870.3676
Hunter Lab45.712546.244427.2960
CIE-Lab52.835852.318854.3380

#db501f color RGB value is (219,80,31).

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

The process color (four color CMYK) of #db501f color hex is 0.00, 0.63, 0.86, 0.14. Web safe color of #db501f is #cc6633. Color #db501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 00011111
Octal 333 120 37
Decimal 219 80 31
Hex DB 50 1F

RGB Percentages of Color #db501f

%66.36
%24.24
%9.39

CMYK Percentages of Color #db501f

%0
%63
%86
%14

Triadic Colors of #db501f

#db501f #1fdb50 #501fdb

Analogous Colors of #db501f

#db501f #dbae1f #db1f4c

Monochromatic Colors of #db501f

#db501f

Complementary Color

#db501f #1faadb

#db501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db501f Color CSS Codes

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

#db501f Text Font Color

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

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


#db501f Background Color

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

This div background color is #db501f


#db501f Border Color

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

This div border color is #db501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db501f


Comments

No comments written yet.

Please login to write comment.