Color Hex Logo

#bb9cfb Color Hex

#BB9CFB
(187,156,251)
0 Favorites   0 Comments

Color spaces of #bb9cfb

RGB 187156251
HSL0.720.920.80
HSV260°38°98°
CMYK 0.250.380.00   0.02
XYZ49.794641.306896.6153
Yxy41.30680.26530.2200
Hunter Lab64.270425.8229-44.1392
CIE-Lab70.390330.7017-43.2387

#bb9cfb color RGB value is (187,156,251).

#bb9cfb hex color red value is 187, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb9cfb hue: 0.72 , saturation: 0.92 and the lightness value of bb9cfb is 0.80.

The process color (four color CMYK) of #bb9cfb color hex is 0.25, 0.38, 0.00, 0.02. Web safe color of #bb9cfb is #cc99ff. Color #bb9cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011100 11111011
Octal 273 234 373
Decimal 187 156 251
Hex BB 9C FB

RGB Percentages of Color #bb9cfb

%31.48
%26.26
%42.26

CMYK Percentages of Color #bb9cfb

%25
%38
%0
%2

Triadic Colors of #bb9cfb

#bb9cfb #fbbb9c #9cfbbb

Analogous Colors of #bb9cfb

#bb9cfb #eb9cfb #9cadfb

Monochromatic Colors of #bb9cfb

#bb9cfb

Complementary Color

#bb9cfb #dcfb9c

#bb9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb9cfb Color CSS Codes

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

#bb9cfb Text Font Color

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

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


#bb9cfb Background Color

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

This div background color is #bb9cfb


#bb9cfb Border Color

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

This div border color is #bb9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb9cfb


Comments

No comments written yet.

Please login to write comment.