Color Hex Logo

#db494d Color Hex

#DB494D
(219,73,77)
0 Favorites   0 Comments

Color spaces of #db494d

RGB 2197377
HSL1.000.670.57
HSV358°67°86°
CMYK 0.000.670.65   0.14
XYZ32.935520.36109.2153
Yxy20.36100.52690.3257
Hunter Lab45.123251.322019.4777
CIE-Lab52.242957.042029.8497

#db494d color RGB value is (219,73,77).

#db494d hex color red value is 219, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #db494d hue: 1.00 , saturation: 0.67 and the lightness value of db494d is 0.57.

The process color (four color CMYK) of #db494d color hex is 0.00, 0.67, 0.65, 0.14. Web safe color of #db494d is #cc3366. Color #db494d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 01001101
Octal 333 111 115
Decimal 219 73 77
Hex DB 49 4D

RGB Percentages of Color #db494d

%59.35
%19.78
%20.87

CMYK Percentages of Color #db494d

%0
%67
%65
%14

Triadic Colors of #db494d

#db494d #4ddb49 #494ddb

Analogous Colors of #db494d

#db494d #db8e49 #db4996

Monochromatic Colors of #db494d

#db494d

Complementary Color

#db494d #49dbd7

#db494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db494d Color CSS Codes

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

#db494d Text Font Color

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

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


#db494d Background Color

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

This div background color is #db494d


#db494d Border Color

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

This div border color is #db494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db494d


Comments

No comments written yet.

Please login to write comment.