Color Hex Logo

#db424f Color Hex

#DB424F
(219,66,79)
0 Favorites   0 Comments

Color spaces of #db424f

RGB 2196679
HSL0.990.680.56
HSV355°70°86°
CMYK 0.000.700.64   0.14
XYZ32.572919.52109.4483
Yxy19.52100.52930.3172
Hunter Lab44.182654.276818.2488
CIE-Lab51.291359.850427.4750

#db424f color RGB value is (219,66,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01001111
Octal 333 102 117
Decimal 219 66 79
Hex DB 42 4F

RGB Percentages of Color #db424f

%60.16
%18.13
%21.70

CMYK Percentages of Color #db424f

%0
%70
%64
%14

Triadic Colors of #db424f

#db424f #4fdb42 #424fdb

Analogous Colors of #db424f

#db424f #db8242 #db429c

Monochromatic Colors of #db424f

#db424f

Complementary Color

#db424f #42dbce

#db424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db424f Color CSS Codes

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

#db424f Text Font Color

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

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


#db424f Background Color

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

This div background color is #db424f


#db424f Border Color

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

This div border color is #db424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db424f


Comments

No comments written yet.

Please login to write comment.