Color Hex Logo

#bb50fb Color Hex

#BB50FB
(187,80,251)
0 Favorites   0 Comments

Color spaces of #bb50fb

RGB 18780251
HSL0.770.960.65
HSV278°68°98°
CMYK 0.250.680.00   0.02
XYZ40.774823.267293.6087
Yxy23.26720.25860.1476
Hunter Lab48.236166.4760-81.2951
CIE-Lab55.346569.5702-67.1617

#bb50fb color RGB value is (187,80,251).

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

The process color (four color CMYK) of #bb50fb color hex is 0.25, 0.68, 0.00, 0.02. Web safe color of #bb50fb is #cc66ff. Color #bb50fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010000 11111011
Octal 273 120 373
Decimal 187 80 251
Hex BB 50 FB

RGB Percentages of Color #bb50fb

%36.10
%15.44
%48.46

CMYK Percentages of Color #bb50fb

%25
%68
%0
%2

Triadic Colors of #bb50fb

#bb50fb #fbbb50 #50fbbb

Analogous Colors of #bb50fb

#bb50fb #fb50e6 #6650fb

Monochromatic Colors of #bb50fb

#bb50fb

Complementary Color

#bb50fb #90fb50

#bb50fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb50fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb50fb Color CSS Codes

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

#bb50fb Text Font Color

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

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


#bb50fb Background Color

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

This div background color is #bb50fb


#bb50fb Border Color

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

This div border color is #bb50fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb50fb


Comments

No comments written yet.

Please login to write comment.