Color Hex Logo

#db424e Color Hex

#DB424E
(219,66,78)
0 Favorites   0 Comments

Color spaces of #db424e

RGB 2196678
HSL0.990.680.56
HSV355°70°86°
CMYK 0.000.700.64   0.14
XYZ32.536819.50669.2580
Yxy19.50660.53080.3182
Hunter Lab44.166354.208018.4882
CIE-Lab51.274759.792528.0450

#db424e color RGB value is (219,66,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01001110
Octal 333 102 116
Decimal 219 66 78
Hex DB 42 4E

RGB Percentages of Color #db424e

%60.33
%18.18
%21.49

CMYK Percentages of Color #db424e

%0
%70
%64
%14

Triadic Colors of #db424e

#db424e #4edb42 #424edb

Analogous Colors of #db424e

#db424e #db8342 #db429b

Monochromatic Colors of #db424e

#db424e

Complementary Color

#db424e #42dbcf

#db424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db424e Color CSS Codes

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

#db424e Text Font Color

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

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


#db424e Background Color

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

This div background color is #db424e


#db424e Border Color

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

This div border color is #db424e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,66,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 #db424e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db424e


Comments

No comments written yet.

Please login to write comment.