Color Hex Logo

#db592e Color Hex

#DB592E
(219,89,46)
0 Favorites   0 Comments

Color spaces of #db592e

RGB 2198946
HSL0.040.710.52
HSV15°79°86°
CMYK 0.000.590.79   0.14
XYZ33.278922.40215.1548
Yxy22.40210.54700.3682
Hunter Lab47.330942.676526.6743
CIE-Lab54.451148.740549.1159

#db592e color RGB value is (219,89,46).

#db592e hex color red value is 219, green value is 89 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db592e hue: 0.04 , saturation: 0.71 and the lightness value of db592e is 0.52.

The process color (four color CMYK) of #db592e color hex is 0.00, 0.59, 0.79, 0.14. Web safe color of #db592e is #cc6633. Color #db592e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 00101110
Octal 333 131 56
Decimal 219 89 46
Hex DB 59 2E

RGB Percentages of Color #db592e

%61.86
%25.14
%12.99

CMYK Percentages of Color #db592e

%0
%59
%79
%14

Triadic Colors of #db592e

#db592e #2edb59 #592edb

Analogous Colors of #db592e

#db592e #dbb02e #db2e5a

Monochromatic Colors of #db592e

#db592e

Complementary Color

#db592e #2eb0db

#db592e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db592e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db592e Color CSS Codes

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

#db592e Text Font Color

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

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


#db592e Background Color

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

This div background color is #db592e


#db592e Border Color

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

This div border color is #db592e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db592e


Comments

No comments written yet.

Please login to write comment.