Color Hex Logo

#db706c Color Hex

#DB706C
(219,112,108)
1 Favorites   0 Comments

Color spaces of #db706c

RGB 219112108
HSL0.010.610.64
HSV51°86°
CMYK 0.000.490.51   0.14
XYZ37.714427.731117.5522
Yxy27.73110.45440.3341
Hunter Lab52.660335.683017.1003
CIE-Lab59.645041.361221.5744

#db706c color RGB value is (219,112,108).

#db706c hex color red value is 219, green value is 112 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #db706c hue: 0.01 , saturation: 0.61 and the lightness value of db706c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 01101100
Octal 333 160 154
Decimal 219 112 108
Hex DB 70 6C

RGB Percentages of Color #db706c

%49.89
%25.51
%24.60

CMYK Percentages of Color #db706c

%0
%49
%51
%14

Triadic Colors of #db706c

#db706c #6cdb70 #706cdb

Analogous Colors of #db706c

#db706c #dba86c #db6ca0

Monochromatic Colors of #db706c

#db706c

Complementary Color

#db706c #6cd7db

#db706c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db706c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db706c Color CSS Codes

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

#db706c Text Font Color

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

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


#db706c Background Color

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

This div background color is #db706c


#db706c Border Color

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

This div border color is #db706c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db706c


Comments

No comments written yet.

Please login to write comment.