Color Hex Logo

#db686f Color Hex

#DB686F
(219,104,111)
0 Favorites   0 Comments

Color spaces of #db686f

RGB 219104111
HSL0.990.610.63
HSV356°53°86°
CMYK 0.000.530.49   0.14
XYZ37.033026.108418.1265
Yxy26.10840.45570.3213
Hunter Lab51.096439.952414.7343
CIE-Lab58.139845.623017.8048

#db686f color RGB value is (219,104,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 01101111
Octal 333 150 157
Decimal 219 104 111
Hex DB 68 6F

RGB Percentages of Color #db686f

%50.46
%23.96
%25.58

CMYK Percentages of Color #db686f

%0
%53
%49
%14

Triadic Colors of #db686f

#db686f #6fdb68 #686fdb

Analogous Colors of #db686f

#db686f #db9b68 #db68a9

Monochromatic Colors of #db686f

#db686f

Complementary Color

#db686f #68dbd4

#db686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db686f Color CSS Codes

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

#db686f Text Font Color

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

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


#db686f Background Color

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

This div background color is #db686f


#db686f Border Color

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

This div border color is #db686f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db686f


Comments

No comments written yet.

Please login to write comment.