Color Hex Logo

#db606f Color Hex

#DB606F
(219,96,111)
0 Favorites   0 Comments

Color spaces of #db606f

RGB 21996111
HSL0.980.630.62
HSV353°56°86°
CMYK 0.000.560.49   0.14
XYZ36.265524.573517.8707
Yxy24.57350.46080.3122
Hunter Lab49.571743.836113.3260
CIE-Lab56.657549.471815.7691

#db606f color RGB value is (219,96,111).

#db606f hex color red value is 219, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #db606f hue: 0.98 , saturation: 0.63 and the lightness value of db606f is 0.62.

The process color (four color CMYK) of #db606f color hex is 0.00, 0.56, 0.49, 0.14. Web safe color of #db606f is #cc6666. Color #db606f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 01101111
Octal 333 140 157
Decimal 219 96 111
Hex DB 60 6F

RGB Percentages of Color #db606f

%51.41
%22.54
%26.06

CMYK Percentages of Color #db606f

%0
%56
%49
%14

Triadic Colors of #db606f

#db606f #6fdb60 #606fdb

Analogous Colors of #db606f

#db606f #db8f60 #db60ad

Monochromatic Colors of #db606f

#db606f

Complementary Color

#db606f #60dbcc

#db606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db606f Color CSS Codes

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

#db606f Text Font Color

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

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


#db606f Background Color

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

This div background color is #db606f


#db606f Border Color

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

This div border color is #db606f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,96,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 #db606f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db606f


Comments

No comments written yet.

Please login to write comment.