Color Hex Logo

#bb83cb Color Hex

#BB83CB
(187,131,203)
0 Favorites   0 Comments

Color spaces of #bb83cb

RGB 187131203
HSL0.800.410.65
HSV287°35°80°
CMYK 0.080.350.00   0.20
XYZ39.389331.109260.4285
Yxy31.10920.30080.2376
Hunter Lab55.775628.4511-25.1931
CIE-Lab62.599733.9859-28.8412

#bb83cb color RGB value is (187,131,203).

#bb83cb hex color red value is 187, green value is 131 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb83cb hue: 0.80 , saturation: 0.41 and the lightness value of bb83cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 11001011
Octal 273 203 313
Decimal 187 131 203
Hex BB 83 CB

RGB Percentages of Color #bb83cb

%35.89
%25.14
%38.96

CMYK Percentages of Color #bb83cb

%8
%35
%0
%20

Triadic Colors of #bb83cb

#bb83cb #cbbb83 #83cbbb

Analogous Colors of #bb83cb

#bb83cb #cb83b7 #9783cb

Monochromatic Colors of #bb83cb

#bb83cb

Complementary Color

#bb83cb #93cb83

#bb83cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb83cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb83cb Color CSS Codes

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

#bb83cb Text Font Color

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

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


#bb83cb Background Color

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

This div background color is #bb83cb


#bb83cb Border Color

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

This div border color is #bb83cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb83cb


Comments

No comments written yet.

Please login to write comment.