Color Hex Logo

#db87ac Color Hex

#DB87AC
(219,135,172)
0 Favorites   0 Comments

Color spaces of #db87ac

RGB 219135172
HSL0.930.540.69
HSV334°38°86°
CMYK 0.000.380.21   0.14
XYZ45.323835.366643.4673
Yxy35.36660.36510.2849
Hunter Lab59.469831.9682-1.7070
CIE-Lab66.033137.0394-5.8279

#db87ac color RGB value is (219,135,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10101100
Octal 333 207 254
Decimal 219 135 172
Hex DB 87 AC

RGB Percentages of Color #db87ac

%41.63
%25.67
%32.70

CMYK Percentages of Color #db87ac

%0
%38
%21
%14

Triadic Colors of #db87ac

#db87ac #acdb87 #87acdb

Analogous Colors of #db87ac

#db87ac #db8c87 #db87d6

Monochromatic Colors of #db87ac

#db87ac

Complementary Color

#db87ac #87dbb6

#db87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87ac Color CSS Codes

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

#db87ac Text Font Color

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

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


#db87ac Background Color

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

This div background color is #db87ac


#db87ac Border Color

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

This div border color is #db87ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87ac


Comments

No comments written yet.

Please login to write comment.