Color Hex Logo

#db4603 Color Hex

#DB4603
(219,70,3)
0 Favorites   0 Comments

Color spaces of #db4603

RGB 219703
HSL0.050.970.44
HSV19°99°86°
CMYK 0.000.680.99   0.14
XYZ31.420019.44702.1838
Yxy19.44700.59230.3666
Hunter Lab44.098850.007027.9330
CIE-Lab51.206156.039661.5333

#db4603 color RGB value is (219,70,3).

#db4603 hex color red value is 219, green value is 70 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #db4603 hue: 0.05 , saturation: 0.97 and the lightness value of db4603 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000110 00000011
Octal 333 106 3
Decimal 219 70 3
Hex DB 46 3

RGB Percentages of Color #db4603

%75.00
%23.97
%1.03

CMYK Percentages of Color #db4603

%0
%68
%99
%14

Triadic Colors of #db4603

#db4603 #03db46 #4603db

Analogous Colors of #db4603

#db4603 #dbb203 #db032c

Monochromatic Colors of #db4603

#db4603

Complementary Color

#db4603 #0398db

#db4603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4603 Color CSS Codes

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

#db4603 Text Font Color

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

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


#db4603 Background Color

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

This div background color is #db4603


#db4603 Border Color

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

This div border color is #db4603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4603


Comments

No comments written yet.

Please login to write comment.