Color Hex Logo

#b50efb Color Hex

#B50EFB
(181,14,251)
0 Favorites   0 Comments

Color spaces of #b50efb

RGB 18114251
HSL0.780.970.52
HSV282°94°98°
CMYK 0.280.940.00   0.02
XYZ36.625717.102992.6376
Yxy17.10290.25020.1169
Hunter Lab41.355785.7121-103.8620
CIE-Lab48.389486.3067-78.4968

#b50efb color RGB value is (181,14,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 11111011
Octal 265 16 373
Decimal 181 14 251
Hex B5 E FB

RGB Percentages of Color #b50efb

%40.58
%3.14
%56.28

CMYK Percentages of Color #b50efb

%28
%94
%0
%2

Triadic Colors of #b50efb

#b50efb #fbb50e #0efbb5

Analogous Colors of #b50efb

#b50efb #fb0ecb #3e0efb

Monochromatic Colors of #b50efb

#b50efb

Complementary Color

#b50efb #54fb0e

#b50efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50efb Color CSS Codes

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

#b50efb Text Font Color

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

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


#b50efb Background Color

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

This div background color is #b50efb


#b50efb Border Color

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

This div border color is #b50efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50efb


Comments

No comments written yet.

Please login to write comment.