Color Hex Logo

#db713f Color Hex

#DB713F
(219,113,63)
0 Favorites   0 Comments

Color spaces of #db713f

RGB 21911363
HSL0.050.680.55
HSV19°71°86°
CMYK 0.000.480.71   0.14
XYZ36.015727.22928.0602
Yxy27.22920.50510.3819
Hunter Lab52.181631.882727.3689
CIE-Lab59.185937.739045.6542

#db713f color RGB value is (219,113,63).

#db713f hex color red value is 219, green value is 113 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db713f hue: 0.05 , saturation: 0.68 and the lightness value of db713f is 0.55.

The process color (four color CMYK) of #db713f color hex is 0.00, 0.48, 0.71, 0.14. Web safe color of #db713f is #cc6633. Color #db713f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 00111111
Octal 333 161 77
Decimal 219 113 63
Hex DB 71 3F

RGB Percentages of Color #db713f

%55.44
%28.61
%15.95

CMYK Percentages of Color #db713f

%0
%48
%71
%14

Triadic Colors of #db713f

#db713f #3fdb71 #713fdb

Analogous Colors of #db713f

#db713f #dbbf3f #db3f5b

Monochromatic Colors of #db713f

#db713f

Complementary Color

#db713f #3fa9db

#db713f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db713f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db713f Color CSS Codes

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

#db713f Text Font Color

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

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


#db713f Background Color

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

This div background color is #db713f


#db713f Border Color

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

This div border color is #db713f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db713f


Comments

No comments written yet.

Please login to write comment.