Color Hex Logo

#db687d Color Hex

#DB687D
(219,104,125)
0 Favorites   0 Comments

Color spaces of #db687d

RGB 219104125
HSL0.970.610.63
HSV349°53°86°
CMYK 0.000.530.43   0.14
XYZ37.865426.441422.5100
Yxy26.44140.43620.3046
Hunter Lab51.421241.456210.0402
CIE-Lab58.453746.986010.1092

#db687d color RGB value is (219,104,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 01111101
Octal 333 150 175
Decimal 219 104 125
Hex DB 68 7D

RGB Percentages of Color #db687d

%48.88
%23.21
%27.90

CMYK Percentages of Color #db687d

%0
%53
%43
%14

Triadic Colors of #db687d

#db687d #7ddb68 #687ddb

Analogous Colors of #db687d

#db687d #db8d68 #db68b7

Monochromatic Colors of #db687d

#db687d

Complementary Color

#db687d #68dbc6

#db687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db687d Color CSS Codes

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

#db687d Text Font Color

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

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


#db687d Background Color

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

This div background color is #db687d


#db687d Border Color

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

This div border color is #db687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db687d


Comments

No comments written yet.

Please login to write comment.