Color Hex Logo

#db139f Color Hex

#DB139F
(219,19,159)
0 Favorites   0 Comments

Color spaces of #db139f

RGB 21919159
HSL0.880.840.47
HSV318°91°86°
CMYK 0.000.910.27   0.14
XYZ35.704318.029034.3990
Yxy18.02900.40510.2046
Hunter Lab42.460675.7913-18.3108
CIE-Lab49.531378.3079-23.2302

#db139f color RGB value is (219,19,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 10011111
Octal 333 23 237
Decimal 219 19 159
Hex DB 13 9F

RGB Percentages of Color #db139f

%55.16
%4.79
%40.05

CMYK Percentages of Color #db139f

%0
%91
%27
%14

Triadic Colors of #db139f

#db139f #9fdb13 #139fdb

Analogous Colors of #db139f

#db139f #db133b #b313db

Monochromatic Colors of #db139f

#db139f

Complementary Color

#db139f #13db4f

#db139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db139f Color CSS Codes

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

#db139f Text Font Color

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

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


#db139f Background Color

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

This div background color is #db139f


#db139f Border Color

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

This div border color is #db139f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,19,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 #db139f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db139f


Comments

No comments written yet.

Please login to write comment.