Color Hex Logo

#be50eb Color Hex

#BE50EB
(190,80,235)
0 Favorites   0 Comments

Color spaces of #be50eb

RGB 19080235
HSL0.780.790.62
HSV283°66°92°
CMYK 0.190.660.00   0.08
XYZ39.099322.682680.9147
Yxy22.68260.27400.1590
Hunter Lab47.626363.1956-67.3925
CIE-Lab54.743966.9301-59.1837

#be50eb color RGB value is (190,80,235).

#be50eb hex color red value is 190, green value is 80 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #be50eb hue: 0.78 , saturation: 0.79 and the lightness value of be50eb is 0.62.

The process color (four color CMYK) of #be50eb color hex is 0.19, 0.66, 0.00, 0.08. Web safe color of #be50eb is #cc66ff. Color #be50eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01010000 11101011
Octal 276 120 353
Decimal 190 80 235
Hex BE 50 EB

RGB Percentages of Color #be50eb

%37.62
%15.84
%46.53

CMYK Percentages of Color #be50eb

%19
%66
%0
%8

Triadic Colors of #be50eb

#be50eb #ebbe50 #50ebbe

Analogous Colors of #be50eb

#be50eb #eb50cb #7150eb

Monochromatic Colors of #be50eb

#be50eb

Complementary Color

#be50eb #7deb50

#be50eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be50eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#be50eb Color CSS Codes

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

#be50eb Text Font Color

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

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


#be50eb Background Color

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

This div background color is #be50eb


#be50eb Border Color

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

This div border color is #be50eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be50eb


Comments

No comments written yet.

Please login to write comment.