Color Hex Logo

#db87aa Color Hex

#DB87AA
(219,135,170)
0 Favorites   0 Comments

Color spaces of #db87aa

RGB 219135170
HSL0.930.540.69
HSV335°38°86°
CMYK 0.000.380.22   0.14
XYZ45.133135.290342.4631
Yxy35.29030.36730.2872
Hunter Lab59.405631.6545-0.7965
CIE-Lab65.974136.7452-4.7868

#db87aa color RGB value is (219,135,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10101010
Octal 333 207 252
Decimal 219 135 170
Hex DB 87 AA

RGB Percentages of Color #db87aa

%41.79
%25.76
%32.44

CMYK Percentages of Color #db87aa

%0
%38
%22
%14

Triadic Colors of #db87aa

#db87aa #aadb87 #87aadb

Analogous Colors of #db87aa

#db87aa #db8e87 #db87d4

Monochromatic Colors of #db87aa

#db87aa

Complementary Color

#db87aa #87dbb8

#db87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87aa Color CSS Codes

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

#db87aa Text Font Color

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

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


#db87aa Background Color

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

This div background color is #db87aa


#db87aa Border Color

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

This div border color is #db87aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87aa


Comments

No comments written yet.

Please login to write comment.