Color Hex Logo

#db707f Color Hex

#DB707F
(219,112,127)
0 Favorites   0 Comments

Color spaces of #db707f

RGB 219112127
HSL0.980.600.65
HSV352°49°86°
CMYK 0.000.490.42   0.14
XYZ38.838428.180723.4711
Yxy28.18070.42920.3114
Hunter Lab53.085537.694510.9455
CIE-Lab60.051643.222911.2046

#db707f color RGB value is (219,112,127).

#db707f hex color red value is 219, green value is 112 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db707f hue: 0.98 , saturation: 0.60 and the lightness value of db707f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 01111111
Octal 333 160 177
Decimal 219 112 127
Hex DB 70 7F

RGB Percentages of Color #db707f

%47.82
%24.45
%27.73

CMYK Percentages of Color #db707f

%0
%49
%42
%14

Triadic Colors of #db707f

#db707f #7fdb70 #707fdb

Analogous Colors of #db707f

#db707f #db9770 #db70b5

Monochromatic Colors of #db707f

#db707f

Complementary Color

#db707f #70dbcc

#db707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db707f Color CSS Codes

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

#db707f Text Font Color

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

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


#db707f Background Color

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

This div background color is #db707f


#db707f Border Color

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

This div border color is #db707f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db707f


Comments

No comments written yet.

Please login to write comment.