Color Hex Logo

#500beb Color Hex

#500BEB
(80,11,235)
0 Favorites   0 Comments

Color spaces of #500beb

RGB 8011235
HSL0.720.910.48
HSV258°95°92°
CMYK 0.660.950.00   0.08
XYZ18.42337.943079.1594
Yxy7.94300.17460.0753
Hunter Lab28.183367.3637-146.8014
CIE-Lab33.863974.4347-93.8641

#500beb color RGB value is (80,11,235).

#500beb hex color red value is 80, green value is 11 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #500beb hue: 0.72 , saturation: 0.91 and the lightness value of 500beb is 0.48.

The process color (four color CMYK) of #500beb color hex is 0.66, 0.95, 0.00, 0.08. Web safe color of #500beb is #6600ff. Color #500beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001011 11101011
Octal 120 13 353
Decimal 80 11 235
Hex 50 B EB

RGB Percentages of Color #500beb

%24.54
%3.37
%72.09

CMYK Percentages of Color #500beb

%66
%95
%0
%8

Triadic Colors of #500beb

#500beb #eb500b #0beb50

Analogous Colors of #500beb

#500beb #c00beb #0b36eb

Monochromatic Colors of #500beb

#500beb

Complementary Color

#500beb #a6eb0b

#500beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#500beb Color CSS Codes

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

#500beb Text Font Color

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

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


#500beb Background Color

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

This div background color is #500beb


#500beb Border Color

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

This div border color is #500beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,11,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500beb;
  -webkit-box-shadow: 1px 1px 3px 2px #500beb;
  box-shadow:         1px 1px 3px 2px #500beb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,11,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 #500beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500beb


Comments

No comments written yet.

Please login to write comment.