Color Hex Logo

#db562e Color Hex

#DB562E
(219,86,46)
0 Favorites   0 Comments

Color spaces of #db562e

RGB 2198646
HSL0.040.710.52
HSV14°79°86°
CMYK 0.000.610.79   0.14
XYZ33.034321.91295.0733
Yxy21.91290.55040.3651
Hunter Lab46.811244.046426.3421
CIE-Lab53.934550.101748.6085

#db562e color RGB value is (219,86,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010110 00101110
Octal 333 126 56
Decimal 219 86 46
Hex DB 56 2E

RGB Percentages of Color #db562e

%62.39
%24.50
%13.11

CMYK Percentages of Color #db562e

%0
%61
%79
%14

Triadic Colors of #db562e

#db562e #2edb56 #562edb

Analogous Colors of #db562e

#db562e #dbad2e #db2e5c

Monochromatic Colors of #db562e

#db562e

Complementary Color

#db562e #2eb3db

#db562e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db562e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db562e Color CSS Codes

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

#db562e Text Font Color

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

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


#db562e Background Color

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

This div background color is #db562e


#db562e Border Color

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

This div border color is #db562e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db562e


Comments

No comments written yet.

Please login to write comment.