Color Hex Logo

#db039f Color Hex

#DB039F
(219,3,159)
0 Favorites   0 Comments

Color spaces of #db039f

RGB 2193159
HSL0.880.970.44
HSV317°99°86°
CMYK 0.000.990.27   0.14
XYZ35.504017.628434.3322
Yxy17.62840.40590.2015
Hunter Lab41.986277.4658-19.0912
CIE-Lab49.042379.7398-23.9850

#db039f color RGB value is (219,3,159).

#db039f hex color red value is 219, green value is 3 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #db039f hue: 0.88 , saturation: 0.97 and the lightness value of db039f is 0.44.

The process color (four color CMYK) of #db039f color hex is 0.00, 0.99, 0.27, 0.14. Web safe color of #db039f is #cc0099. Color #db039f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000011 10011111
Octal 333 3 237
Decimal 219 3 159
Hex DB 3 9F

RGB Percentages of Color #db039f

%57.48
%0.79
%41.73

CMYK Percentages of Color #db039f

%0
%99
%27
%14

Triadic Colors of #db039f

#db039f #9fdb03 #039fdb

Analogous Colors of #db039f

#db039f #db0333 #ab03db

Monochromatic Colors of #db039f

#db039f

Complementary Color

#db039f #03db3f

#db039f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db039f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db039f Color CSS Codes

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

#db039f Text Font Color

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

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


#db039f Background Color

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

This div background color is #db039f


#db039f Border Color

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

This div border color is #db039f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db039f


Comments

No comments written yet.

Please login to write comment.