Color Hex Logo

#db498c Color Hex

#DB498C
(219,73,140)
0 Favorites   0 Comments

Color spaces of #db498c

RGB 21973140
HSL0.920.670.57
HSV332°67°86°
CMYK 0.000.670.36   0.14
XYZ36.329621.718627.0883
Yxy21.71860.42670.2551
Hunter Lab46.603257.5943-1.8403
CIE-Lab53.727262.3161-5.5682

#db498c color RGB value is (219,73,140).

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

The process color (four color CMYK) of #db498c color hex is 0.00, 0.67, 0.36, 0.14. Web safe color of #db498c is #cc3399. Color #db498c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 10001100
Octal 333 111 214
Decimal 219 73 140
Hex DB 49 8C

RGB Percentages of Color #db498c

%50.69
%16.90
%32.41

CMYK Percentages of Color #db498c

%0
%67
%36
%14

Triadic Colors of #db498c

#db498c #8cdb49 #498cdb

Analogous Colors of #db498c

#db498c #db4f49 #db49d5

Monochromatic Colors of #db498c

#db498c

Complementary Color

#db498c #49db98

#db498c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db498c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db498c Color CSS Codes

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

#db498c Text Font Color

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

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


#db498c Background Color

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

This div background color is #db498c


#db498c Border Color

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

This div border color is #db498c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db498c


Comments

No comments written yet.

Please login to write comment.