Color Hex Logo

#db87bd Color Hex

#DB87BD
(219,135,189)
0 Favorites   0 Comments

Color spaces of #db87bd

RGB 219135189
HSL0.890.540.69
HSV321°38°86°
CMYK 0.000.380.14   0.14
XYZ47.062736.062152.6243
Yxy36.06210.34670.2657
Hunter Lab60.051734.8004-9.9206
CIE-Lab66.567339.6697-14.5964

#db87bd color RGB value is (219,135,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10111101
Octal 333 207 275
Decimal 219 135 189
Hex DB 87 BD

RGB Percentages of Color #db87bd

%40.33
%24.86
%34.81

CMYK Percentages of Color #db87bd

%0
%38
%14
%14

Triadic Colors of #db87bd

#db87bd #bddb87 #87bddb

Analogous Colors of #db87bd

#db87bd #db8793 #cf87db

Monochromatic Colors of #db87bd

#db87bd

Complementary Color

#db87bd #87dba5

#db87bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87bd Color CSS Codes

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

#db87bd Text Font Color

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

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


#db87bd Background Color

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

This div background color is #db87bd


#db87bd Border Color

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

This div border color is #db87bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87bd


Comments

No comments written yet.

Please login to write comment.