Color Hex Logo

#b50feb Color Hex

#B50FEB
(181,15,235)
0 Favorites   0 Comments

Color spaces of #b50feb

RGB 18115235
HSL0.790.880.49
HSV285°94°92°
CMYK 0.230.940.00   0.08
XYZ34.222316.163679.9134
Yxy16.16360.26260.1240
Hunter Lab40.204081.5852-89.7079
CIE-Lab47.188483.3442-71.4600

#b50feb color RGB value is (181,15,235).

#b50feb hex color red value is 181, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b50feb hue: 0.79 , saturation: 0.88 and the lightness value of b50feb is 0.49.

The process color (four color CMYK) of #b50feb color hex is 0.23, 0.94, 0.00, 0.08. Web safe color of #b50feb is #cc00ff. Color #b50feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001111 11101011
Octal 265 17 353
Decimal 181 15 235
Hex B5 F EB

RGB Percentages of Color #b50feb

%42.00
%3.48
%54.52

CMYK Percentages of Color #b50feb

%23
%94
%0
%8

Triadic Colors of #b50feb

#b50feb #ebb50f #0febb5

Analogous Colors of #b50feb

#b50feb #eb0fb3 #470feb

Monochromatic Colors of #b50feb

#b50feb

Complementary Color

#b50feb #45eb0f

#b50feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50feb Color CSS Codes

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

#b50feb Text Font Color

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

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


#b50feb Background Color

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

This div background color is #b50feb


#b50feb Border Color

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

This div border color is #b50feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,15,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b50feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50feb


Comments

No comments written yet.

Please login to write comment.