Color Hex Logo

#db4246 Color Hex

#DB4246
(219,66,70)
0 Favorites   0 Comments

Color spaces of #db4246

RGB 2196670
HSL1.000.680.56
HSV358°70°86°
CMYK 0.000.700.68   0.14
XYZ32.267119.39877.8380
Yxy19.39870.54230.3260
Hunter Lab44.044053.694220.2796
CIE-Lab51.150459.359032.5788

#db4246 color RGB value is (219,66,70).

#db4246 hex color red value is 219, green value is 66 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #db4246 hue: 1.00 , saturation: 0.68 and the lightness value of db4246 is 0.56.

The process color (four color CMYK) of #db4246 color hex is 0.00, 0.70, 0.68, 0.14. Web safe color of #db4246 is #cc3333. Color #db4246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01000110
Octal 333 102 106
Decimal 219 66 70
Hex DB 42 46

RGB Percentages of Color #db4246

%61.69
%18.59
%19.72

CMYK Percentages of Color #db4246

%0
%70
%68
%14

Triadic Colors of #db4246

#db4246 #46db42 #4246db

Analogous Colors of #db4246

#db4246 #db8b42 #db4293

Monochromatic Colors of #db4246

#db4246

Complementary Color

#db4246 #42dbd7

#db4246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4246 Color CSS Codes

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

#db4246 Text Font Color

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

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


#db4246 Background Color

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

This div background color is #db4246


#db4246 Border Color

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

This div border color is #db4246


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,66,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 #db4246">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4246


Comments

No comments written yet.

Please login to write comment.