Color Hex Logo

#db4340 Color Hex

#DB4340
(219,67,64)
0 Favorites   0 Comments

Color spaces of #db4340

RGB 2196764
HSL0.000.680.55
HSV71°86°
CMYK 0.000.690.71   0.14
XYZ32.146019.44456.9094
Yxy19.44450.54950.3324
Hunter Lab44.095952.958921.5770
CIE-Lab51.203258.694536.0945

#db4340 color RGB value is (219,67,64).

#db4340 hex color red value is 219, green value is 67 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #db4340 hue: 0.00 , saturation: 0.68 and the lightness value of db4340 is 0.55.

The process color (four color CMYK) of #db4340 color hex is 0.00, 0.69, 0.71, 0.14. Web safe color of #db4340 is #cc3333. Color #db4340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 01000000
Octal 333 103 100
Decimal 219 67 64
Hex DB 43 40

RGB Percentages of Color #db4340

%62.57
%19.14
%18.29

CMYK Percentages of Color #db4340

%0
%69
%71
%14

Triadic Colors of #db4340

#db4340 #40db43 #4340db

Analogous Colors of #db4340

#db4340 #db9140 #db408b

Monochromatic Colors of #db4340

#db4340

Complementary Color

#db4340 #40d8db

#db4340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4340 Color CSS Codes

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

#db4340 Text Font Color

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

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


#db4340 Background Color

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

This div background color is #db4340


#db4340 Border Color

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

This div border color is #db4340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4340


Comments

No comments written yet.

Please login to write comment.