Color Hex Logo

#db137f Color Hex

#DB137F
(219,19,127)
0 Favorites   0 Comments

Color spaces of #db137f

RGB 21919127
HSL0.910.840.47
HSV328°91°86°
CMYK 0.000.910.42   0.14
XYZ33.277117.058121.6173
Yxy17.05810.46250.2371
Hunter Lab41.301571.5422-2.1215
CIE-Lab48.333275.1044-5.7556

#db137f color RGB value is (219,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 01111111
Octal 333 23 177
Decimal 219 19 127
Hex DB 13 7F

RGB Percentages of Color #db137f

%60.00
%5.21
%34.79

CMYK Percentages of Color #db137f

%0
%91
%42
%14

Triadic Colors of #db137f

#db137f #7fdb13 #137fdb

Analogous Colors of #db137f

#db137f #db131b #d313db

Monochromatic Colors of #db137f

#db137f

Complementary Color

#db137f #13db6f

#db137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db137f Color CSS Codes

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

#db137f Text Font Color

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

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


#db137f Background Color

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

This div background color is #db137f


#db137f Border Color

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

This div border color is #db137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db137f


Comments

No comments written yet.

Please login to write comment.