Color Hex Logo

#db500e Color Hex

#DB500E
(219,80,14)
0 Favorites   0 Comments

Color spaces of #db500e

RGB 2198014
HSL0.050.880.46
HSV19°94°86°
CMYK 0.000.630.94   0.14
XYZ32.161320.82912.7408
Yxy20.82910.57710.3737
Hunter Lab45.638945.919128.3866
CIE-Lab52.761952.031259.9409

#db500e color RGB value is (219,80,14).

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

The process color (four color CMYK) of #db500e color hex is 0.00, 0.63, 0.94, 0.14. Web safe color of #db500e is #cc6600. Color #db500e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 00001110
Octal 333 120 16
Decimal 219 80 14
Hex DB 50 E

RGB Percentages of Color #db500e

%69.97
%25.56
%4.47

CMYK Percentages of Color #db500e

%0
%63
%94
%14

Triadic Colors of #db500e

#db500e #0edb50 #500edb

Analogous Colors of #db500e

#db500e #dbb70e #db0e33

Monochromatic Colors of #db500e

#db500e

Complementary Color

#db500e #0e99db

#db500e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db500e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db500e Color CSS Codes

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

#db500e Text Font Color

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

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


#db500e Background Color

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

This div background color is #db500e


#db500e Border Color

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

This div border color is #db500e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db500e


Comments

No comments written yet.

Please login to write comment.