Color Hex Logo

#db3906 Color Hex

#DB3906
(219,57,6)
0 Favorites   0 Comments

Color spaces of #db3906

RGB 219576
HSL0.040.950.44
HSV14°97°86°
CMYK 0.000.740.97   0.14
XYZ30.709417.99952.0280
Yxy17.99950.60530.3548
Hunter Lab42.425854.959826.8639
CIE-Lab49.495560.786759.9082

#db3906 color RGB value is (219,57,6).

#db3906 hex color red value is 219, green value is 57 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #db3906 hue: 0.04 , saturation: 0.95 and the lightness value of db3906 is 0.44.

The process color (four color CMYK) of #db3906 color hex is 0.00, 0.74, 0.97, 0.14. Web safe color of #db3906 is #cc3300. Color #db3906 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111001 00000110
Octal 333 71 6
Decimal 219 57 6
Hex DB 39 6

RGB Percentages of Color #db3906

%77.66
%20.21
%2.13

CMYK Percentages of Color #db3906

%0
%74
%97
%14

Triadic Colors of #db3906

#db3906 #06db39 #3906db

Analogous Colors of #db3906

#db3906 #dba406 #db063d

Monochromatic Colors of #db3906

#db3906

Complementary Color

#db3906 #06a8db

#db3906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3906 Color CSS Codes

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

#db3906 Text Font Color

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

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


#db3906 Background Color

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

This div background color is #db3906


#db3906 Border Color

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

This div border color is #db3906


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3906


Comments

No comments written yet.

Please login to write comment.