Color Hex Logo

#b887db Color Hex

#B887DB
(184,135,219)
0 Favorites   0 Comments

Color spaces of #b887db

RGB 184135219
HSL0.760.540.69
HSV275°38°86°
CMYK 0.160.380.00   0.14
XYZ41.217332.632871.1442
Yxy32.63280.28430.2251
Hunter Lab57.125128.8235-33.8528
CIE-Lab63.862534.2226-35.8555

#b887db color RGB value is (184,135,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 11011011
Octal 270 207 333
Decimal 184 135 219
Hex B8 87 DB

RGB Percentages of Color #b887db

%34.20
%25.09
%40.71

CMYK Percentages of Color #b887db

%16
%38
%0
%14

Triadic Colors of #b887db

#b887db #dbb887 #87dbb8

Analogous Colors of #b887db

#b887db #db87d4 #8e87db

Monochromatic Colors of #b887db

#b887db

Complementary Color

#b887db #aadb87

#b887db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b887db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b887db Color CSS Codes

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

#b887db Text Font Color

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

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


#b887db Background Color

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

This div background color is #b887db


#b887db Border Color

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

This div border color is #b887db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b887db


Comments

No comments written yet.

Please login to write comment.