Color Hex Logo

#db443e Color Hex

#DB443E
(219,68,62)
0 Favorites   0 Comments

Color spaces of #db443e

RGB 2196862
HSL0.010.690.55
HSV72°86°
CMYK 0.000.690.72   0.14
XYZ32.150019.54216.6349
Yxy19.54210.55120.3350
Hunter Lab44.206452.456322.0457
CIE-Lab51.315558.225137.3588

#db443e color RGB value is (219,68,62).

#db443e hex color red value is 219, green value is 68 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db443e hue: 0.01 , saturation: 0.69 and the lightness value of db443e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000100 00111110
Octal 333 104 76
Decimal 219 68 62
Hex DB 44 3E

RGB Percentages of Color #db443e

%62.75
%19.48
%17.77

CMYK Percentages of Color #db443e

%0
%69
%72
%14

Triadic Colors of #db443e

#db443e #3edb44 #443edb

Analogous Colors of #db443e

#db443e #db933e #db3e87

Monochromatic Colors of #db443e

#db443e

Complementary Color

#db443e #3ed5db

#db443e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db443e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db443e Color CSS Codes

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

#db443e Text Font Color

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

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


#db443e Background Color

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

This div background color is #db443e


#db443e Border Color

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

This div border color is #db443e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db443e


Comments

No comments written yet.

Please login to write comment.