Color Hex Logo

#db1446 Color Hex

#DB1446
(219,20,70)
0 Favorites   0 Comments

Color spaces of #db1446

RGB 2192070
HSL0.960.830.47
HSV345°91°86°
CMYK 0.000.910.68   0.14
XYZ30.569116.00267.2720
Yxy16.00260.56770.2972
Hunter Lab40.003266.397817.2242
CIE-Lab46.977971.115227.4377

#db1446 color RGB value is (219,20,70).

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

The process color (four color CMYK) of #db1446 color hex is 0.00, 0.91, 0.68, 0.14. Web safe color of #db1446 is #cc0033. Color #db1446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 01000110
Octal 333 24 106
Decimal 219 20 70
Hex DB 14 46

RGB Percentages of Color #db1446

%70.87
%6.47
%22.65

CMYK Percentages of Color #db1446

%0
%91
%68
%14

Triadic Colors of #db1446

#db1446 #46db14 #1446db

Analogous Colors of #db1446

#db1446 #db4614 #db14aa

Monochromatic Colors of #db1446

#db1446

Complementary Color

#db1446 #14dba9

#db1446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1446 Color CSS Codes

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

#db1446 Text Font Color

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

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


#db1446 Background Color

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

This div background color is #db1446


#db1446 Border Color

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

This div border color is #db1446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1446


Comments

No comments written yet.

Please login to write comment.