Color Hex Logo

#db153c Color Hex

#DB153C
(219,21,60)
0 Favorites   0 Comments

Color spaces of #db153c

RGB 2192160
HSL0.970.830.47
HSV348°90°86°
CMYK 0.000.900.73   0.14
XYZ30.297215.92265.7515
Yxy15.92260.58300.3064
Hunter Lab39.903165.699019.3863
CIE-Lab46.872870.549633.3595

#db153c color RGB value is (219,21,60).

#db153c hex color red value is 219, green value is 21 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db153c hue: 0.97 , saturation: 0.83 and the lightness value of db153c is 0.47.

The process color (four color CMYK) of #db153c color hex is 0.00, 0.90, 0.73, 0.14. Web safe color of #db153c is #cc0033. Color #db153c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 00111100
Octal 333 25 74
Decimal 219 21 60
Hex DB 15 3C

RGB Percentages of Color #db153c

%73.00
%7.00
%20.00

CMYK Percentages of Color #db153c

%0
%90
%73
%14

Triadic Colors of #db153c

#db153c #3cdb15 #153cdb

Analogous Colors of #db153c

#db153c #db5115 #db159f

Monochromatic Colors of #db153c

#db153c

Complementary Color

#db153c #15dbb4

#db153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db153c Color CSS Codes

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

#db153c Text Font Color

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

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


#db153c Background Color

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

This div background color is #db153c


#db153c Border Color

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

This div border color is #db153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db153c


Comments

No comments written yet.

Please login to write comment.