Color Hex Logo

#db4422 Color Hex

#DB4422
(219,68,34)
0 Favorites   0 Comments

Color spaces of #db4422

RGB 2196834
HSL0.030.730.50
HSV11°84°86°
CMYK 0.000.690.84   0.14
XYZ31.569319.30983.5767
Yxy19.30980.57970.3546
Hunter Lab43.942951.337225.9342
CIE-Lab51.047757.269151.5468

#db4422 color RGB value is (219,68,34).

#db4422 hex color red value is 219, green value is 68 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #db4422 hue: 0.03 , saturation: 0.73 and the lightness value of db4422 is 0.50.

The process color (four color CMYK) of #db4422 color hex is 0.00, 0.69, 0.84, 0.14. Web safe color of #db4422 is #cc3333. Color #db4422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000100 00100010
Octal 333 104 42
Decimal 219 68 34
Hex DB 44 22

RGB Percentages of Color #db4422

%68.22
%21.18
%10.59

CMYK Percentages of Color #db4422

%0
%69
%84
%14

Triadic Colors of #db4422

#db4422 #22db44 #4422db

Analogous Colors of #db4422

#db4422 #dba122 #db225c

Monochromatic Colors of #db4422

#db4422

Complementary Color

#db4422 #22b9db

#db4422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4422 Color CSS Codes

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

#db4422 Text Font Color

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

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


#db4422 Background Color

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

This div background color is #db4422


#db4422 Border Color

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

This div border color is #db4422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4422


Comments

No comments written yet.

Please login to write comment.