Color Hex Logo

#db736f Color Hex

#DB736F
(219,115,111)
0 Favorites   0 Comments

Color spaces of #db736f

RGB 219115111
HSL0.010.600.65
HSV49°86°
CMYK 0.000.470.49   0.14
XYZ38.213428.469218.5200
Yxy28.46920.44850.3341
Hunter Lab53.356534.465916.7701
CIE-Lab60.310340.107020.7566

#db736f color RGB value is (219,115,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110011 01101111
Octal 333 163 157
Decimal 219 115 111
Hex DB 73 6F

RGB Percentages of Color #db736f

%49.21
%25.84
%24.94

CMYK Percentages of Color #db736f

%0
%47
%49
%14

Triadic Colors of #db736f

#db736f #6fdb73 #736fdb

Analogous Colors of #db736f

#db736f #dba96f #db6fa1

Monochromatic Colors of #db736f

#db736f

Complementary Color

#db736f #6fd7db

#db736f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db736f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db736f Color CSS Codes

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

#db736f Text Font Color

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

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


#db736f Background Color

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

This div background color is #db736f


#db736f Border Color

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

This div border color is #db736f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db736f


Comments

No comments written yet.

Please login to write comment.