Color Hex Logo

#db705f Color Hex

#DB705F
(219,112,95)
0 Favorites   0 Comments

Color spaces of #db705f

RGB 21911295
HSL0.020.630.62
HSV57°86°
CMYK 0.000.490.57   0.14
XYZ37.073127.474614.1756
Yxy27.47460.47090.3490
Hunter Lab52.416234.521620.6568
CIE-Lab59.411140.275128.6535

#db705f color RGB value is (219,112,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 01011111
Octal 333 160 137
Decimal 219 112 95
Hex DB 70 5F

RGB Percentages of Color #db705f

%51.41
%26.29
%22.30

CMYK Percentages of Color #db705f

%0
%49
%57
%14

Triadic Colors of #db705f

#db705f #5fdb70 #705fdb

Analogous Colors of #db705f

#db705f #dbae5f #db5f8c

Monochromatic Colors of #db705f

#db705f

Complementary Color

#db705f #5fcadb

#db705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db705f Color CSS Codes

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

#db705f Text Font Color

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

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


#db705f Background Color

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

This div background color is #db705f


#db705f Border Color

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

This div border color is #db705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db705f


Comments

No comments written yet.

Please login to write comment.