Color Hex Logo

#db346f Color Hex

#DB346F
(219,52,111)
0 Favorites   0 Comments

Color spaces of #db346f

RGB 21952111
HSL0.940.700.53
HSV339°76°86°
CMYK 0.000.760.49   0.14
XYZ33.310718.663716.8857
Yxy18.66370.48370.2710
Hunter Lab43.201562.03057.0670
CIE-Lab50.291466.78236.8431

#db346f color RGB value is (219,52,111).

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

The process color (four color CMYK) of #db346f color hex is 0.00, 0.76, 0.49, 0.14. Web safe color of #db346f is #cc3366. Color #db346f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 01101111
Octal 333 64 157
Decimal 219 52 111
Hex DB 34 6F

RGB Percentages of Color #db346f

%57.33
%13.61
%29.06

CMYK Percentages of Color #db346f

%0
%76
%49
%14

Triadic Colors of #db346f

#db346f #6fdb34 #346fdb

Analogous Colors of #db346f

#db346f #db4c34 #db34c3

Monochromatic Colors of #db346f

#db346f

Complementary Color

#db346f #34dba0

#db346f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db346f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db346f Color CSS Codes

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

#db346f Text Font Color

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

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


#db346f Background Color

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

This div background color is #db346f


#db346f Border Color

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

This div border color is #db346f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db346f


Comments

No comments written yet.

Please login to write comment.