Color Hex Logo

#db735f Color Hex

#DB735F
(219,115,95)
0 Favorites   0 Comments

Color spaces of #db735f

RGB 21911595
HSL0.030.630.62
HSV10°57°86°
CMYK 0.000.470.57   0.14
XYZ37.409728.147814.2878
Yxy28.14780.46850.3525
Hunter Lab53.054533.018221.1711
CIE-Lab60.022038.744029.4402

#db735f color RGB value is (219,115,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 01011111
Octal 333 163 137
Decimal 219 115 95
Hex DB 73 5F

RGB Percentages of Color #db735f

%51.05
%26.81
%22.14

CMYK Percentages of Color #db735f

%0
%47
%57
%14

Triadic Colors of #db735f

#db735f #5fdb73 #735fdb

Analogous Colors of #db735f

#db735f #dbb15f #db5f89

Monochromatic Colors of #db735f

#db735f

Complementary Color

#db735f #5fc7db

#db735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db735f Color CSS Codes

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

#db735f Text Font Color

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

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


#db735f Background Color

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

This div background color is #db735f


#db735f Border Color

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

This div border color is #db735f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db735f


Comments

No comments written yet.

Please login to write comment.