Color Hex Logo

#b987bb Color Hex

#B987BB
(185,135,187)
0 Favorites   0 Comments

Color spaces of #b987bb

RGB 185135187
HSL0.830.280.63
HSV298°28°73°
CMYK 0.010.280.00   0.27
XYZ37.641231.230151.0578
Yxy31.23010.31390.2604
Hunter Lab55.883922.4338-15.0510
CIE-Lab62.701427.9493-19.6887

#b987bb color RGB value is (185,135,187).

#b987bb hex color red value is 185, green value is 135 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b987bb hue: 0.83 , saturation: 0.28 and the lightness value of b987bb is 0.63.

The process color (four color CMYK) of #b987bb color hex is 0.01, 0.28, 0.00, 0.27. Web safe color of #b987bb is #cc99cc. Color #b987bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000111 10111011
Octal 271 207 273
Decimal 185 135 187
Hex B9 87 BB

RGB Percentages of Color #b987bb

%36.49
%26.63
%36.88

CMYK Percentages of Color #b987bb

%1
%28
%0
%27

Triadic Colors of #b987bb

#b987bb #bbb987 #87bbb9

Analogous Colors of #b987bb

#b987bb #bb87a3 #9f87bb

Monochromatic Colors of #b987bb

#b987bb

Complementary Color

#b987bb #89bb87

#b987bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b987bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b987bb Color CSS Codes

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

#b987bb Text Font Color

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

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


#b987bb Background Color

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

This div background color is #b987bb


#b987bb Border Color

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

This div border color is #b987bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b987bb


Comments

No comments written yet.

Please login to write comment.