Color Hex Logo

#db8d8f Color Hex

#DB8D8F
(219,141,143)
0 Favorites   0 Comments

Color spaces of #db8d8f

RGB 219141143
HSL1.000.520.71
HSV358°36°86°
CMYK 0.000.360.35   0.14
XYZ43.696236.093030.6502
Yxy36.09300.39570.3268
Hunter Lab60.077524.693111.8058
CIE-Lab66.590929.902011.3228

#db8d8f color RGB value is (219,141,143).

#db8d8f hex color red value is 219, green value is 141 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #db8d8f hue: 1.00 , saturation: 0.52 and the lightness value of db8d8f is 0.71.

The process color (four color CMYK) of #db8d8f color hex is 0.00, 0.36, 0.35, 0.14. Web safe color of #db8d8f is #cc9999. Color #db8d8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001101 10001111
Octal 333 215 217
Decimal 219 141 143
Hex DB 8D 8F

RGB Percentages of Color #db8d8f

%43.54
%28.03
%28.43

CMYK Percentages of Color #db8d8f

%0
%36
%35
%14

Triadic Colors of #db8d8f

#db8d8f #8fdb8d #8d8fdb

Analogous Colors of #db8d8f

#db8d8f #dbb28d #db8db6

Monochromatic Colors of #db8d8f

#db8d8f

Complementary Color

#db8d8f #8ddbd9

#db8d8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8d8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8d8f Color CSS Codes

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

#db8d8f Text Font Color

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

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


#db8d8f Background Color

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

This div background color is #db8d8f


#db8d8f Border Color

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

This div border color is #db8d8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8d8f


Comments

No comments written yet.

Please login to write comment.