Color Hex Logo

#db887f Color Hex

#DB887F
(219,136,127)
0 Favorites   0 Comments

Color spaces of #db887f

RGB 219136127
HSL0.020.560.68
HSV42°86°
CMYK 0.000.380.42   0.14
XYZ41.848334.200724.4744
Yxy34.20070.41630.3402
Hunter Lab58.481425.389316.1241
CIE-Lab65.121630.717018.2609

#db887f color RGB value is (219,136,127).

#db887f hex color red value is 219, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #db887f hue: 0.02 , saturation: 0.56 and the lightness value of db887f is 0.68.

The process color (four color CMYK) of #db887f color hex is 0.00, 0.38, 0.42, 0.14. Web safe color of #db887f is #cc9966. Color #db887f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 01111111
Octal 333 210 177
Decimal 219 136 127
Hex DB 88 7F

RGB Percentages of Color #db887f

%45.44
%28.22
%26.35

CMYK Percentages of Color #db887f

%0
%38
%42
%14

Triadic Colors of #db887f

#db887f #7fdb88 #887fdb

Analogous Colors of #db887f

#db887f #dbb67f #db7fa4

Monochromatic Colors of #db887f

#db887f

Complementary Color

#db887f #7fd2db

#db887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db887f Color CSS Codes

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

#db887f Text Font Color

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

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


#db887f Background Color

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

This div background color is #db887f


#db887f Border Color

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

This div border color is #db887f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db887f


Comments

No comments written yet.

Please login to write comment.