Color Hex Logo

#db4145 Color Hex

#DB4145
(219,65,69)
0 Favorites   0 Comments

Color spaces of #db4145

RGB 2196569
HSL1.000.680.56
HSV358°70°86°
CMYK 0.000.700.68   0.14
XYZ32.177919.27037.6538
Yxy19.27030.54440.3261
Hunter Lab43.897954.021920.3911
CIE-Lab51.002059.677332.9798

#db4145 color RGB value is (219,65,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 01000101
Octal 333 101 105
Decimal 219 65 69
Hex DB 41 45

RGB Percentages of Color #db4145

%62.04
%18.41
%19.55

CMYK Percentages of Color #db4145

%0
%70
%68
%14

Triadic Colors of #db4145

#db4145 #45db41 #4145db

Analogous Colors of #db4145

#db4145 #db8a41 #db4192

Monochromatic Colors of #db4145

#db4145

Complementary Color

#db4145 #41dbd7

#db4145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4145 Color CSS Codes

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

#db4145 Text Font Color

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

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


#db4145 Background Color

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

This div background color is #db4145


#db4145 Border Color

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

This div border color is #db4145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4145


Comments

No comments written yet.

Please login to write comment.