Color Hex Logo

#bb01fb Color Hex

#BB01FB
(187,1,251)
0 Favorites   0 Comments

Color spaces of #bb01fb

RGB 1871251
HSL0.790.990.49
HSV285°100°98°
CMYK 0.251.000.00   0.02
XYZ37.917017.551592.6561
Yxy17.55150.25600.1185
Hunter Lab41.894588.2376-101.8027
CIE-Lab48.947588.1277-77.5471

#bb01fb color RGB value is (187,1,251).

#bb01fb hex color red value is 187, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb01fb hue: 0.79 , saturation: 0.99 and the lightness value of bb01fb is 0.49.

The process color (four color CMYK) of #bb01fb color hex is 0.25, 1.00, 0.00, 0.02. Web safe color of #bb01fb is #cc00ff. Color #bb01fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 11111011
Octal 273 1 373
Decimal 187 1 251
Hex BB 1 FB

RGB Percentages of Color #bb01fb

%42.60
%0.23
%57.18

CMYK Percentages of Color #bb01fb

%25
%100
%0
%2

Triadic Colors of #bb01fb

#bb01fb #fbbb01 #01fbbb

Analogous Colors of #bb01fb

#bb01fb #fb01be #3e01fb

Monochromatic Colors of #bb01fb

#bb01fb

Complementary Color

#bb01fb #41fb01

#bb01fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb01fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb01fb Color CSS Codes

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

#bb01fb Text Font Color

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

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


#bb01fb Background Color

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

This div background color is #bb01fb


#bb01fb Border Color

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

This div border color is #bb01fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb01fb


Comments

No comments written yet.

Please login to write comment.