Color Hex Logo

#db898c Color Hex

#DB898C
(219,137,140)
0 Favorites   0 Comments

Color spaces of #db898c

RGB 219137140
HSL0.990.530.70
HSV358°37°86°
CMYK 0.000.370.36   0.14
XYZ42.892734.844829.2760
Yxy34.84480.40080.3256
Hunter Lab59.029526.402211.9154
CIE-Lab65.627731.674011.6509

#db898c color RGB value is (219,137,140).

#db898c hex color red value is 219, green value is 137 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #db898c hue: 0.99 , saturation: 0.53 and the lightness value of db898c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 10001100
Octal 333 211 214
Decimal 219 137 140
Hex DB 89 8C

RGB Percentages of Color #db898c

%44.15
%27.62
%28.23

CMYK Percentages of Color #db898c

%0
%37
%36
%14

Triadic Colors of #db898c

#db898c #8cdb89 #898cdb

Analogous Colors of #db898c

#db898c #dbaf89 #db89b5

Monochromatic Colors of #db898c

#db898c

Complementary Color

#db898c #89dbd8

#db898c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db898c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db898c Color CSS Codes

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

#db898c Text Font Color

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

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


#db898c Background Color

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

This div background color is #db898c


#db898c Border Color

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

This div border color is #db898c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db898c


Comments

No comments written yet.

Please login to write comment.