Color Hex Logo

#db136f Color Hex

#DB136F
(219,19,111)
0 Favorites   0 Comments

Color spaces of #db136f

RGB 21919111
HSL0.920.840.47
HSV332°91°86°
CMYK 0.000.910.49   0.14
XYZ32.315516.673516.5540
Yxy16.67350.49300.2544
Hunter Lab40.833269.80734.5468
CIE-Lab47.846073.77673.3351

#db136f color RGB value is (219,19,111).

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

The process color (four color CMYK) of #db136f color hex is 0.00, 0.91, 0.49, 0.14. Web safe color of #db136f is #cc0066. Color #db136f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 01101111
Octal 333 23 157
Decimal 219 19 111
Hex DB 13 6F

RGB Percentages of Color #db136f

%62.75
%5.44
%31.81

CMYK Percentages of Color #db136f

%0
%91
%49
%14

Triadic Colors of #db136f

#db136f #6fdb13 #136fdb

Analogous Colors of #db136f

#db136f #db1b13 #db13d3

Monochromatic Colors of #db136f

#db136f

Complementary Color

#db136f #13db7f

#db136f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db136f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db136f Color CSS Codes

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

#db136f Text Font Color

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

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


#db136f Background Color

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

This div background color is #db136f


#db136f Border Color

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

This div border color is #db136f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db136f


Comments

No comments written yet.

Please login to write comment.