Color Hex Logo

#db4812 Color Hex

#DB4812
(219,72,18)
0 Favorites   0 Comments

Color spaces of #db4812

RGB 2197218
HSL0.040.850.46
HSV16°92°86°
CMYK 0.000.670.92   0.14
XYZ31.640019.73852.7146
Yxy19.73850.58490.3649
Hunter Lab44.428049.372027.4769
CIE-Lab51.540355.404458.0219

#db4812 color RGB value is (219,72,18).

#db4812 hex color red value is 219, green value is 72 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #db4812 hue: 0.04 , saturation: 0.85 and the lightness value of db4812 is 0.46.

The process color (four color CMYK) of #db4812 color hex is 0.00, 0.67, 0.92, 0.14. Web safe color of #db4812 is #cc3300. Color #db4812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 00010010
Octal 333 110 22
Decimal 219 72 18
Hex DB 48 12

RGB Percentages of Color #db4812

%70.87
%23.30
%5.83

CMYK Percentages of Color #db4812

%0
%67
%92
%14

Triadic Colors of #db4812

#db4812 #12db48 #4812db

Analogous Colors of #db4812

#db4812 #dbad12 #db1240

Monochromatic Colors of #db4812

#db4812

Complementary Color

#db4812 #12a5db

#db4812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4812 Color CSS Codes

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

#db4812 Text Font Color

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

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


#db4812 Background Color

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

This div background color is #db4812


#db4812 Border Color

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

This div border color is #db4812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4812


Comments

No comments written yet.

Please login to write comment.