Color Hex Logo

#db498f Color Hex

#DB498F
(219,73,143)
0 Favorites   0 Comments

Color spaces of #db498f

RGB 21973143
HSL0.920.670.57
HSV331°67°86°
CMYK 0.000.670.35   0.14
XYZ36.553921.808328.2694
Yxy21.80830.42190.2517
Hunter Lab46.699457.9969-3.2016
CIE-Lab53.823062.6481-7.2052

#db498f color RGB value is (219,73,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 10001111
Octal 333 111 217
Decimal 219 73 143
Hex DB 49 8F

RGB Percentages of Color #db498f

%50.34
%16.78
%32.87

CMYK Percentages of Color #db498f

%0
%67
%35
%14

Triadic Colors of #db498f

#db498f #8fdb49 #498fdb

Analogous Colors of #db498f

#db498f #db4c49 #db49d8

Monochromatic Colors of #db498f

#db498f

Complementary Color

#db498f #49db95

#db498f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db498f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db498f Color CSS Codes

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

#db498f Text Font Color

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

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


#db498f Background Color

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

This div background color is #db498f


#db498f Border Color

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

This div border color is #db498f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db498f


Comments

No comments written yet.

Please login to write comment.