Color Hex Logo

#bb86cb Color Hex

#BB86CB
(187,134,203)
0 Favorites   0 Comments

Color spaces of #bb86cb

RGB 187134203
HSL0.790.400.66
HSV286°34°80°
CMYK 0.080.340.00   0.20
XYZ39.798131.926860.5648
Yxy31.92680.30080.2413
Hunter Lab56.503826.8437-23.9986
CIE-Lab63.282332.3287-27.7877

#bb86cb color RGB value is (187,134,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 11001011
Octal 273 206 313
Decimal 187 134 203
Hex BB 86 CB

RGB Percentages of Color #bb86cb

%35.69
%25.57
%38.74

CMYK Percentages of Color #bb86cb

%8
%34
%0
%20

Triadic Colors of #bb86cb

#bb86cb #cbbb86 #86cbbb

Analogous Colors of #bb86cb

#bb86cb #cb86b9 #9986cb

Monochromatic Colors of #bb86cb

#bb86cb

Complementary Color

#bb86cb #96cb86

#bb86cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb86cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb86cb Color CSS Codes

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

#bb86cb Text Font Color

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

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


#bb86cb Background Color

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

This div background color is #bb86cb


#bb86cb Border Color

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

This div border color is #bb86cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,134,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 #bb86cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb86cb


Comments

No comments written yet.

Please login to write comment.