Color Hex Logo

#b50bfb Color Hex

#B50BFB
(181,11,251)
0 Favorites   0 Comments

Color spaces of #b50bfb

RGB 18111251
HSL0.780.970.51
HSV283°96°98°
CMYK 0.280.960.00   0.02
XYZ36.588317.028192.6251
Yxy17.02810.25020.1164
Hunter Lab41.265186.0556-104.1988
CIE-Lab48.295486.5880-78.6503

#b50bfb color RGB value is (181,11,251).

#b50bfb hex color red value is 181, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b50bfb hue: 0.78 , saturation: 0.97 and the lightness value of b50bfb is 0.51.

The process color (four color CMYK) of #b50bfb color hex is 0.28, 0.96, 0.00, 0.02. Web safe color of #b50bfb is #cc00ff. Color #b50bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001011 11111011
Octal 265 13 373
Decimal 181 11 251
Hex B5 B FB

RGB Percentages of Color #b50bfb

%40.86
%2.48
%56.66

CMYK Percentages of Color #b50bfb

%28
%96
%0
%2

Triadic Colors of #b50bfb

#b50bfb #fbb50b #0bfbb5

Analogous Colors of #b50bfb

#b50bfb #fb0bc9 #3d0bfb

Monochromatic Colors of #b50bfb

#b50bfb

Complementary Color

#b50bfb #51fb0b

#b50bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50bfb Color CSS Codes

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

#b50bfb Text Font Color

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

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


#b50bfb Background Color

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

This div background color is #b50bfb


#b50bfb Border Color

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

This div border color is #b50bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50bfb


Comments

No comments written yet.

Please login to write comment.