Color Hex Logo

#db052e Color Hex

#DB052E
(219,5,46)
0 Favorites   0 Comments

Color spaces of #db052e

RGB 219546
HSL0.970.960.44
HSV349°98°86°
CMYK 0.000.980.79   0.14
XYZ29.760815.36593.9821
Yxy15.36590.60600.3129
Hunter Lab39.199466.921221.4165
CIE-Lab46.131371.717840.7363

#db052e color RGB value is (219,5,46).

#db052e hex color red value is 219, green value is 5 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db052e hue: 0.97 , saturation: 0.96 and the lightness value of db052e is 0.44.

The process color (four color CMYK) of #db052e color hex is 0.00, 0.98, 0.79, 0.14. Web safe color of #db052e is #cc0033. Color #db052e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000101 00101110
Octal 333 5 56
Decimal 219 5 46
Hex DB 5 2E

RGB Percentages of Color #db052e

%81.11
%1.85
%17.04

CMYK Percentages of Color #db052e

%0
%98
%79
%14

Triadic Colors of #db052e

#db052e #2edb05 #052edb

Analogous Colors of #db052e

#db052e #db4705 #db0599

Monochromatic Colors of #db052e

#db052e

Complementary Color

#db052e #05dbb2

#db052e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db052e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db052e Color CSS Codes

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

#db052e Text Font Color

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

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


#db052e Background Color

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

This div background color is #db052e


#db052e Border Color

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

This div border color is #db052e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db052e


Comments

No comments written yet.

Please login to write comment.