Color Hex Logo

#db498d Color Hex

#DB498D
(219,73,141)
0 Favorites   0 Comments

Color spaces of #db498d

RGB 21973141
HSL0.920.670.57
HSV332°67°86°
CMYK 0.000.670.36   0.14
XYZ36.403721.748227.4784
Yxy21.74820.42510.2540
Hunter Lab46.635057.7276-2.2906
CIE-Lab53.758862.4261-6.1146

#db498d color RGB value is (219,73,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 10001101
Octal 333 111 215
Decimal 219 73 141
Hex DB 49 8D

RGB Percentages of Color #db498d

%50.58
%16.86
%32.56

CMYK Percentages of Color #db498d

%0
%67
%36
%14

Triadic Colors of #db498d

#db498d #8ddb49 #498ddb

Analogous Colors of #db498d

#db498d #db4e49 #db49d6

Monochromatic Colors of #db498d

#db498d

Complementary Color

#db498d #49db97

#db498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db498d Color CSS Codes

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

#db498d Text Font Color

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

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


#db498d Background Color

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

This div background color is #db498d


#db498d Border Color

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

This div border color is #db498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db498d


Comments

No comments written yet.

Please login to write comment.