Color Hex Logo

#db343a Color Hex

#DB343A
(219,52,58)
0 Favorites   0 Comments

Color spaces of #db343a

RGB 2195258
HSL0.990.700.53
HSV358°76°86°
CMYK 0.000.760.74   0.14
XYZ31.205117.82155.7982
Yxy17.82150.56920.3251
Hunter Lab42.215558.067521.4075
CIE-Lab49.278963.556637.3054

#db343a color RGB value is (219,52,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 00111010
Octal 333 64 72
Decimal 219 52 58
Hex DB 34 3A

RGB Percentages of Color #db343a

%66.57
%15.81
%17.63

CMYK Percentages of Color #db343a

%0
%76
%74
%14

Triadic Colors of #db343a

#db343a #3adb34 #343adb

Analogous Colors of #db343a

#db343a #db8234 #db348e

Monochromatic Colors of #db343a

#db343a

Complementary Color

#db343a #34dbd5

#db343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db343a Color CSS Codes

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

#db343a Text Font Color

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

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


#db343a Background Color

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

This div background color is #db343a


#db343a Border Color

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

This div border color is #db343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db343a


Comments

No comments written yet.

Please login to write comment.