Color Hex Logo

#db888c Color Hex

#DB888C
(219,136,140)
0 Favorites   0 Comments

Color spaces of #db888c

RGB 219136140
HSL0.990.540.70
HSV357°38°86°
CMYK 0.000.380.36   0.14
XYZ42.751234.561829.2288
Yxy34.56180.40130.3244
Hunter Lab58.789326.922811.6748
CIE-Lab65.406132.206911.3383

#db888c color RGB value is (219,136,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 10001100
Octal 333 210 214
Decimal 219 136 140
Hex DB 88 8C

RGB Percentages of Color #db888c

%44.24
%27.47
%28.28

CMYK Percentages of Color #db888c

%0
%38
%36
%14

Triadic Colors of #db888c

#db888c #8cdb88 #888cdb

Analogous Colors of #db888c

#db888c #dbae88 #db88b6

Monochromatic Colors of #db888c

#db888c

Complementary Color

#db888c #88dbd7

#db888c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db888c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db888c Color CSS Codes

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

#db888c Text Font Color

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

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


#db888c Background Color

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

This div background color is #db888c


#db888c Border Color

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

This div border color is #db888c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,136,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 #db888c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db888c


Comments

No comments written yet.

Please login to write comment.