Color Hex Logo

#db497e Color Hex

#DB497E
(219,73,126)
0 Favorites   0 Comments

Color spaces of #db497e

RGB 21973126
HSL0.940.670.57
HSV338°67°86°
CMYK 0.000.670.42   0.14
XYZ35.361921.331521.9923
Yxy21.33150.44940.2711
Hunter Lab46.186055.84134.0982
CIE-Lab53.310460.86152.1551

#db497e color RGB value is (219,73,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 01111110
Octal 333 111 176
Decimal 219 73 126
Hex DB 49 7E

RGB Percentages of Color #db497e

%52.39
%17.46
%30.14

CMYK Percentages of Color #db497e

%0
%67
%42
%14

Triadic Colors of #db497e

#db497e #7edb49 #497edb

Analogous Colors of #db497e

#db497e #db5d49 #db49c7

Monochromatic Colors of #db497e

#db497e

Complementary Color

#db497e #49dba6

#db497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db497e Color CSS Codes

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

#db497e Text Font Color

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

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


#db497e Background Color

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

This div background color is #db497e


#db497e Border Color

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

This div border color is #db497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db497e


Comments

No comments written yet.

Please login to write comment.