Color Hex Logo

#b50eef Color Hex

#B50EEF
(181,14,239)
0 Favorites   0 Comments

Color spaces of #b50eef

RGB 18114239
HSL0.790.890.50
HSV285°94°94°
CMYK 0.240.940.00   0.06
XYZ34.793116.369882.9872
Yxy16.36980.25940.1220
Hunter Lab40.459682.6961-93.2887
CIE-Lab47.456084.1576-73.2827

#b50eef color RGB value is (181,14,239).

#b50eef hex color red value is 181, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b50eef hue: 0.79 , saturation: 0.89 and the lightness value of b50eef is 0.50.

The process color (four color CMYK) of #b50eef color hex is 0.24, 0.94, 0.00, 0.06. Web safe color of #b50eef is #cc00ff. Color #b50eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 11101111
Octal 265 16 357
Decimal 181 14 239
Hex B5 E EF

RGB Percentages of Color #b50eef

%41.71
%3.23
%55.07

CMYK Percentages of Color #b50eef

%24
%94
%0
%6

Triadic Colors of #b50eef

#b50eef #efb50e #0eefb5

Analogous Colors of #b50eef

#b50eef #ef0eb9 #450eef

Monochromatic Colors of #b50eef

#b50eef

Complementary Color

#b50eef #48ef0e

#b50eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50eef Color CSS Codes

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

#b50eef Text Font Color

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

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


#b50eef Background Color

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

This div background color is #b50eef


#b50eef Border Color

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

This div border color is #b50eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50eef


Comments

No comments written yet.

Please login to write comment.