Color Hex Logo

#db404e Color Hex

#DB404E
(219,64,78)
0 Favorites   0 Comments

Color spaces of #db404e

RGB 2196478
HSL0.980.680.55
HSV355°71°86°
CMYK 0.000.710.64   0.14
XYZ32.422019.27699.2197
Yxy19.27690.53220.3164
Hunter Lab43.905554.978818.2835
CIE-Lab51.009660.523327.7093

#db404e color RGB value is (219,64,78).

#db404e hex color red value is 219, green value is 64 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #db404e hue: 0.98 , saturation: 0.68 and the lightness value of db404e is 0.55.

The process color (four color CMYK) of #db404e color hex is 0.00, 0.71, 0.64, 0.14. Web safe color of #db404e is #cc3366. Color #db404e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 01001110
Octal 333 100 116
Decimal 219 64 78
Hex DB 40 4E

RGB Percentages of Color #db404e

%60.66
%17.73
%21.61

CMYK Percentages of Color #db404e

%0
%71
%64
%14

Triadic Colors of #db404e

#db404e #4edb40 #404edb

Analogous Colors of #db404e

#db404e #db8040 #db409c

Monochromatic Colors of #db404e

#db404e

Complementary Color

#db404e #40dbcd

#db404e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db404e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db404e Color CSS Codes

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

#db404e Text Font Color

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

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


#db404e Background Color

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

This div background color is #db404e


#db404e Border Color

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

This div border color is #db404e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db404e


Comments

No comments written yet.

Please login to write comment.