Color Hex Logo

#db343f Color Hex

#DB343F
(219,52,63)
0 Favorites   0 Comments

Color spaces of #db343f

RGB 2195263
HSL0.990.700.53
HSV356°76°86°
CMYK 0.000.760.71   0.14
XYZ31.338617.87496.5011
Yxy17.87490.56250.3208
Hunter Lab42.278758.323320.4782
CIE-Lab49.344063.767134.4923

#db343f color RGB value is (219,52,63).

#db343f hex color red value is 219, green value is 52 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db343f hue: 0.99 , saturation: 0.70 and the lightness value of db343f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 00111111
Octal 333 64 77
Decimal 219 52 63
Hex DB 34 3F

RGB Percentages of Color #db343f

%65.57
%15.57
%18.86

CMYK Percentages of Color #db343f

%0
%76
%71
%14

Triadic Colors of #db343f

#db343f #3fdb34 #343fdb

Analogous Colors of #db343f

#db343f #db7d34 #db3493

Monochromatic Colors of #db343f

#db343f

Complementary Color

#db343f #34dbd0

#db343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db343f Color CSS Codes

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

#db343f Text Font Color

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

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


#db343f Background Color

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

This div background color is #db343f


#db343f Border Color

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

This div border color is #db343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db343f


Comments

No comments written yet.

Please login to write comment.