Color Hex Logo

#db785c Color Hex

#DB785C
(219,120,92)
0 Favorites   0 Comments

Color spaces of #db785c

RGB 21912092
HSL0.040.640.61
HSV13°58°86°
CMYK 0.000.450.58   0.14
XYZ37.861729.265713.7785
Yxy29.26570.46800.3617
Hunter Lab54.097830.256622.7675
CIE-Lab61.015435.932032.3751

#db785c color RGB value is (219,120,92).

#db785c hex color red value is 219, green value is 120 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #db785c hue: 0.04 , saturation: 0.64 and the lightness value of db785c is 0.61.

The process color (four color CMYK) of #db785c color hex is 0.00, 0.45, 0.58, 0.14. Web safe color of #db785c is #cc6666. Color #db785c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 01011100
Octal 333 170 134
Decimal 219 120 92
Hex DB 78 5C

RGB Percentages of Color #db785c

%50.81
%27.84
%21.35

CMYK Percentages of Color #db785c

%0
%45
%58
%14

Triadic Colors of #db785c

#db785c #5cdb78 #785cdb

Analogous Colors of #db785c

#db785c #dbb85c #db5c80

Monochromatic Colors of #db785c

#db785c

Complementary Color

#db785c #5cbfdb

#db785c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db785c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db785c Color CSS Codes

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

#db785c Text Font Color

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

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


#db785c Background Color

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

This div background color is #db785c


#db785c Border Color

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

This div border color is #db785c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db785c


Comments

No comments written yet.

Please login to write comment.