Color Hex Logo

#db745e Color Hex

#DB745E
(219,116,94)
0 Favorites   0 Comments

Color spaces of #db745e

RGB 21911694
HSL0.030.630.61
HSV11°57°86°
CMYK 0.000.470.57   0.14
XYZ37.479228.359014.0881
Yxy28.35900.46890.3548
Hunter Lab53.253232.434021.5921
CIE-Lab60.211738.153230.2429

#db745e color RGB value is (219,116,94).

#db745e hex color red value is 219, green value is 116 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db745e hue: 0.03 , saturation: 0.63 and the lightness value of db745e is 0.61.

The process color (four color CMYK) of #db745e color hex is 0.00, 0.47, 0.57, 0.14. Web safe color of #db745e is #cc6666. Color #db745e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 01011110
Octal 333 164 136
Decimal 219 116 94
Hex DB 74 5E

RGB Percentages of Color #db745e

%51.05
%27.04
%21.91

CMYK Percentages of Color #db745e

%0
%47
%57
%14

Triadic Colors of #db745e

#db745e #5edb74 #745edb

Analogous Colors of #db745e

#db745e #dbb35e #db5e87

Monochromatic Colors of #db745e

#db745e

Complementary Color

#db745e #5ec5db

#db745e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db745e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db745e Color CSS Codes

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

#db745e Text Font Color

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

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


#db745e Background Color

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

This div background color is #db745e


#db745e Border Color

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

This div border color is #db745e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db745e


Comments

No comments written yet.

Please login to write comment.