Color Hex Logo

#bb8ffb Color Hex

#BB8FFB
(187,143,251)
0 Favorites   0 Comments

Color spaces of #bb8ffb

RGB 187143251
HSL0.730.930.77
HSV264°43°98°
CMYK 0.250.430.00   0.02
XYZ47.728637.174895.9267
Yxy37.17480.26390.2056
Hunter Lab60.971133.0314-50.6019
CIE-Lab67.408037.9032-47.9230

#bb8ffb color RGB value is (187,143,251).

#bb8ffb hex color red value is 187, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb8ffb hue: 0.73 , saturation: 0.93 and the lightness value of bb8ffb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001111 11111011
Octal 273 217 373
Decimal 187 143 251
Hex BB 8F FB

RGB Percentages of Color #bb8ffb

%32.19
%24.61
%43.20

CMYK Percentages of Color #bb8ffb

%25
%43
%0
%2

Triadic Colors of #bb8ffb

#bb8ffb #fbbb8f #8ffbbb

Analogous Colors of #bb8ffb

#bb8ffb #f18ffb #8f99fb

Monochromatic Colors of #bb8ffb

#bb8ffb

Complementary Color

#bb8ffb #cffb8f

#bb8ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8ffb Color CSS Codes

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

#bb8ffb Text Font Color

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

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


#bb8ffb Background Color

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

This div background color is #bb8ffb


#bb8ffb Border Color

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

This div border color is #bb8ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8ffb


Comments

No comments written yet.

Please login to write comment.