Color Hex Logo

#db4617 Color Hex

#DB4617
(219,70,23)
0 Favorites   0 Comments

Color spaces of #db4617

RGB 2197023
HSL0.040.810.47
HSV14°89°86°
CMYK 0.000.680.89   0.14
XYZ31.558219.50222.9116
Yxy19.50220.58470.3613
Hunter Lab44.161350.276027.0039
CIE-Lab51.269756.271956.1749

#db4617 color RGB value is (219,70,23).

#db4617 hex color red value is 219, green value is 70 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #db4617 hue: 0.04 , saturation: 0.81 and the lightness value of db4617 is 0.47.

The process color (four color CMYK) of #db4617 color hex is 0.00, 0.68, 0.89, 0.14. Web safe color of #db4617 is #cc3300. Color #db4617 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 00010111
Octal 333 106 27
Decimal 219 70 23
Hex DB 46 17

RGB Percentages of Color #db4617

%70.19
%22.44
%7.37

CMYK Percentages of Color #db4617

%0
%68
%89
%14

Triadic Colors of #db4617

#db4617 #17db46 #4617db

Analogous Colors of #db4617

#db4617 #dba817 #db174a

Monochromatic Colors of #db4617

#db4617

Complementary Color

#db4617 #17acdb

#db4617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4617 Color CSS Codes

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

#db4617 Text Font Color

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

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


#db4617 Background Color

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

This div background color is #db4617


#db4617 Border Color

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

This div border color is #db4617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4617


Comments

No comments written yet.

Please login to write comment.