Color Hex Logo

#b50aeb Color Hex

#B50AEB
(181,10,235)
0 Favorites   0 Comments

Color spaces of #b50aeb

RGB 18110235
HSL0.790.920.48
HSV286°96°92°
CMYK 0.230.960.00   0.08
XYZ34.160016.039079.8927
Yxy16.03900.26260.1233
Hunter Lab40.048782.1683-90.2428
CIE-Lab47.025683.8299-71.7251

#b50aeb color RGB value is (181,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001010 11101011
Octal 265 12 353
Decimal 181 10 235
Hex B5 A EB

RGB Percentages of Color #b50aeb

%42.49
%2.35
%55.16

CMYK Percentages of Color #b50aeb

%23
%96
%0
%8

Triadic Colors of #b50aeb

#b50aeb #ebb50a #0aebb5

Analogous Colors of #b50aeb

#b50aeb #eb0ab1 #450aeb

Monochromatic Colors of #b50aeb

#b50aeb

Complementary Color

#b50aeb #40eb0a

#b50aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b50aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b50aeb Color CSS Codes

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

#b50aeb Text Font Color

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

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


#b50aeb Background Color

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

This div background color is #b50aeb


#b50aeb Border Color

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

This div border color is #b50aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b50aeb


Comments

No comments written yet.

Please login to write comment.