Color Hex Logo

#bb1ffb Color Hex

#BB1FFB
(187,31,251)
0 Favorites   0 Comments

Color spaces of #bb1ffb

RGB 18731251
HSL0.780.960.55
HSV283°88°98°
CMYK 0.250.880.00   0.02
XYZ38.396118.509892.8158
Yxy18.50980.25640.1236
Hunter Lab43.023084.0129-97.7933
CIE-Lab50.108784.6666-75.6540

#bb1ffb color RGB value is (187,31,251).

#bb1ffb hex color red value is 187, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb1ffb hue: 0.78 , saturation: 0.96 and the lightness value of bb1ffb is 0.55.

The process color (four color CMYK) of #bb1ffb color hex is 0.25, 0.88, 0.00, 0.02. Web safe color of #bb1ffb is #cc33ff. Color #bb1ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 11111011
Octal 273 37 373
Decimal 187 31 251
Hex BB 1F FB

RGB Percentages of Color #bb1ffb

%39.87
%6.61
%53.52

CMYK Percentages of Color #bb1ffb

%25
%88
%0
%2

Triadic Colors of #bb1ffb

#bb1ffb #fbbb1f #1ffbbb

Analogous Colors of #bb1ffb

#bb1ffb #fb1fcd #4d1ffb

Monochromatic Colors of #bb1ffb

#bb1ffb

Complementary Color

#bb1ffb #5ffb1f

#bb1ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ffb Color CSS Codes

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

#bb1ffb Text Font Color

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

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


#bb1ffb Background Color

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

This div background color is #bb1ffb


#bb1ffb Border Color

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

This div border color is #bb1ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.