Color Hex Logo

#db87bf Color Hex

#DB87BF
(219,135,191)
0 Favorites   0 Comments

Color spaces of #db87bf

RGB 219135191
HSL0.890.540.69
HSV320°38°86°
CMYK 0.000.380.13   0.14
XYZ47.281436.149653.7758
Yxy36.14960.34460.2635
Hunter Lab60.124535.1529-10.9422
CIE-Lab66.634139.9939-15.6179

#db87bf color RGB value is (219,135,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 10111111
Octal 333 207 277
Decimal 219 135 191
Hex DB 87 BF

RGB Percentages of Color #db87bf

%40.18
%24.77
%35.05

CMYK Percentages of Color #db87bf

%0
%38
%13
%14

Triadic Colors of #db87bf

#db87bf #bfdb87 #87bfdb

Analogous Colors of #db87bf

#db87bf #db8795 #cd87db

Monochromatic Colors of #db87bf

#db87bf

Complementary Color

#db87bf #87dba3

#db87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87bf Color CSS Codes

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

#db87bf Text Font Color

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

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


#db87bf Background Color

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

This div background color is #db87bf


#db87bf Border Color

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

This div border color is #db87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87bf


Comments

No comments written yet.

Please login to write comment.