Color Hex Logo

#b50eeb Color Hex

#B50EEB
(181,14,235)
0 Favorites   0 Comments

Color spaces of #b50eeb

RGB 18114235
HSL0.790.890.49
HSV285°94°92°
CMYK 0.230.940.00   0.08
XYZ34.208516.136079.9088
Yxy16.13600.26260.1239
Hunter Lab40.169681.7139-89.8259
CIE-Lab47.152483.4515-71.5186

#b50eeb color RGB value is (181,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001110 11101011
Octal 265 16 353
Decimal 181 14 235
Hex B5 E EB

RGB Percentages of Color #b50eeb

%42.09
%3.26
%54.65

CMYK Percentages of Color #b50eeb

%23
%94
%0
%8

Triadic Colors of #b50eeb

#b50eeb #ebb50e #0eebb5

Analogous Colors of #b50eeb

#b50eeb #eb0eb3 #460eeb

Monochromatic Colors of #b50eeb

#b50eeb

Complementary Color

#b50eeb #44eb0e

#b50eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50eeb Color CSS Codes

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

#b50eeb Text Font Color

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

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


#b50eeb Background Color

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

This div background color is #b50eeb


#b50eeb Border Color

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

This div border color is #b50eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50eeb


Comments

No comments written yet.

Please login to write comment.