Color Hex Logo

#db879e Color Hex

#DB879E
(219,135,158)
0 Favorites   0 Comments

Color spaces of #db879e

RGB 219135158
HSL0.950.540.69
HSV344°38°86°
CMYK 0.000.380.28   0.14
XYZ44.048934.856636.7541
Yxy34.85660.38080.3014
Hunter Lab59.039529.85844.4176
CIE-Lab65.636935.04981.4979

#db879e color RGB value is (219,135,158).

#db879e hex color red value is 219, green value is 135 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #db879e hue: 0.95 , saturation: 0.54 and the lightness value of db879e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10011110
Octal 333 207 236
Decimal 219 135 158
Hex DB 87 9E

RGB Percentages of Color #db879e

%42.77
%26.37
%30.86

CMYK Percentages of Color #db879e

%0
%38
%28
%14

Triadic Colors of #db879e

#db879e #9edb87 #879edb

Analogous Colors of #db879e

#db879e #db9a87 #db87c8

Monochromatic Colors of #db879e

#db879e

Complementary Color

#db879e #87dbc4

#db879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db879e Color CSS Codes

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

#db879e Text Font Color

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

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


#db879e Background Color

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

This div background color is #db879e


#db879e Border Color

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

This div border color is #db879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db879e


Comments

No comments written yet.

Please login to write comment.