Color Hex Logo

#db293f Color Hex

#DB293F
(219,41,63)
0 Favorites   0 Comments

Color spaces of #db293f

RGB 2194163
HSL0.980.710.51
HSV353°81°86°
CMYK 0.000.810.71   0.14
XYZ30.903617.00486.3561
Yxy17.00480.56950.3134
Hunter Lab41.236961.606319.7271
CIE-Lab48.266166.807733.2193

#db293f color RGB value is (219,41,63).

#db293f hex color red value is 219, green value is 41 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db293f hue: 0.98 , saturation: 0.71 and the lightness value of db293f is 0.51.

The process color (four color CMYK) of #db293f color hex is 0.00, 0.81, 0.71, 0.14. Web safe color of #db293f is #cc3333. Color #db293f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 00111111
Octal 333 51 77
Decimal 219 41 63
Hex DB 29 3F

RGB Percentages of Color #db293f

%67.80
%12.69
%19.50

CMYK Percentages of Color #db293f

%0
%81
%71
%14

Triadic Colors of #db293f

#db293f #3fdb29 #293fdb

Analogous Colors of #db293f

#db293f #db6c29 #db2998

Monochromatic Colors of #db293f

#db293f

Complementary Color

#db293f #29dbc5

#db293f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db293f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db293f Color CSS Codes

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

#db293f Text Font Color

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

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


#db293f Background Color

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

This div background color is #db293f


#db293f Border Color

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

This div border color is #db293f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db293f


Comments

No comments written yet.

Please login to write comment.