Color Hex Logo

#bb87cb Color Hex

#BB87CB
(187,135,203)
0 Favorites   0 Comments

Color spaces of #bb87cb

RGB 187135203
HSL0.790.400.66
HSV286°33°80°
CMYK 0.080.330.00   0.20
XYZ39.937032.204560.6111
Yxy32.20450.30080.2426
Hunter Lab56.749026.3082-23.6007
CIE-Lab63.511531.7754-27.4344

#bb87cb color RGB value is (187,135,203).

#bb87cb hex color red value is 187, green value is 135 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb87cb hue: 0.79 , saturation: 0.40 and the lightness value of bb87cb is 0.66.

The process color (four color CMYK) of #bb87cb color hex is 0.08, 0.33, 0.00, 0.20. Web safe color of #bb87cb is #cc99cc. Color #bb87cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 11001011
Octal 273 207 313
Decimal 187 135 203
Hex BB 87 CB

RGB Percentages of Color #bb87cb

%35.62
%25.71
%38.67

CMYK Percentages of Color #bb87cb

%8
%33
%0
%20

Triadic Colors of #bb87cb

#bb87cb #cbbb87 #87cbbb

Analogous Colors of #bb87cb

#bb87cb #cb87b9 #9987cb

Monochromatic Colors of #bb87cb

#bb87cb

Complementary Color

#bb87cb #97cb87

#bb87cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb87cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb87cb Color CSS Codes

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

#bb87cb Text Font Color

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

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


#bb87cb Background Color

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

This div background color is #bb87cb


#bb87cb Border Color

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

This div border color is #bb87cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb87cb


Comments

No comments written yet.

Please login to write comment.