Color Hex Logo

#db493c Color Hex

#DB493C
(219,73,60)
0 Favorites   0 Comments

Color spaces of #db493c

RGB 2197360
HSL0.010.690.55
HSV73°86°
CMYK 0.000.670.73   0.14
XYZ32.411620.15146.4563
Yxy20.15140.54920.3414
Hunter Lab44.890350.322122.8959
CIE-Lab52.008056.182739.2653

#db493c color RGB value is (219,73,60).

#db493c hex color red value is 219, green value is 73 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db493c hue: 0.01 , saturation: 0.69 and the lightness value of db493c is 0.55.

The process color (four color CMYK) of #db493c color hex is 0.00, 0.67, 0.73, 0.14. Web safe color of #db493c is #cc3333. Color #db493c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 00111100
Octal 333 111 74
Decimal 219 73 60
Hex DB 49 3C

RGB Percentages of Color #db493c

%62.22
%20.74
%17.05

CMYK Percentages of Color #db493c

%0
%67
%73
%14

Triadic Colors of #db493c

#db493c #3cdb49 #493cdb

Analogous Colors of #db493c

#db493c #db993c #db3c7f

Monochromatic Colors of #db493c

#db493c

Complementary Color

#db493c #3ccedb

#db493c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db493c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db493c Color CSS Codes

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

#db493c Text Font Color

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

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


#db493c Background Color

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

This div background color is #db493c


#db493c Border Color

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

This div border color is #db493c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db493c


Comments

No comments written yet.

Please login to write comment.