Color Hex Logo

#bb8efb Color Hex

#BB8EFB
(187,142,251)
0 Favorites   0 Comments

Color spaces of #bb8efb

RGB 187142251
HSL0.740.930.77
HSV265°43°98°
CMYK 0.250.430.00   0.02
XYZ47.579136.875895.8768
Yxy36.87580.26380.2045
Hunter Lab60.725433.5873-51.1026
CIE-Lab67.183738.4543-48.2764

#bb8efb color RGB value is (187,142,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001110 11111011
Octal 273 216 373
Decimal 187 142 251
Hex BB 8E FB

RGB Percentages of Color #bb8efb

%32.24
%24.48
%43.28

CMYK Percentages of Color #bb8efb

%25
%43
%0
%2

Triadic Colors of #bb8efb

#bb8efb #fbbb8e #8efbbb

Analogous Colors of #bb8efb

#bb8efb #f28efb #8e98fb

Monochromatic Colors of #bb8efb

#bb8efb

Complementary Color

#bb8efb #cefb8e

#bb8efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8efb Color CSS Codes

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

#bb8efb Text Font Color

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

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


#bb8efb Background Color

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

This div background color is #bb8efb


#bb8efb Border Color

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

This div border color is #bb8efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8efb


Comments

No comments written yet.

Please login to write comment.