Color Hex Logo

#db135f Color Hex

#DB135F
(219,19,95)
0 Favorites   0 Comments

Color spaces of #db135f

RGB 2191995
HSL0.940.840.47
HSV337°91°86°
CMYK 0.000.910.57   0.14
XYZ31.511816.352012.3219
Yxy16.35200.52360.2717
Hunter Lab40.437668.333810.2398
CIE-Lab47.433072.639612.6280

#db135f color RGB value is (219,19,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 01011111
Octal 333 23 137
Decimal 219 19 95
Hex DB 13 5F

RGB Percentages of Color #db135f

%65.77
%5.71
%28.53

CMYK Percentages of Color #db135f

%0
%91
%57
%14

Triadic Colors of #db135f

#db135f #5fdb13 #135fdb

Analogous Colors of #db135f

#db135f #db2b13 #db13c3

Monochromatic Colors of #db135f

#db135f

Complementary Color

#db135f #13db8f

#db135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db135f Color CSS Codes

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

#db135f Text Font Color

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

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


#db135f Background Color

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

This div background color is #db135f


#db135f Border Color

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

This div border color is #db135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db135f


Comments

No comments written yet.

Please login to write comment.