Color Hex Logo

#500feb Color Hex

#500FEB
(80,15,235)
0 Favorites   0 Comments

Color spaces of #500feb

RGB 8015235
HSL0.720.880.49
HSV258°94°92°
CMYK 0.660.940.00   0.08
XYZ18.47458.045379.1764
Yxy8.04530.17480.0761
Hunter Lab28.364266.6251-145.6481
CIE-Lab34.077073.7837-93.5095

#500feb color RGB value is (80,15,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001111 11101011
Octal 120 17 353
Decimal 80 15 235
Hex 50 F EB

RGB Percentages of Color #500feb

%24.24
%4.55
%71.21

CMYK Percentages of Color #500feb

%66
%94
%0
%8

Triadic Colors of #500feb

#500feb #eb500f #0feb50

Analogous Colors of #500feb

#500feb #be0feb #0f3ceb

Monochromatic Colors of #500feb

#500feb

Complementary Color

#500feb #aaeb0f

#500feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#500feb Color CSS Codes

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

#500feb Text Font Color

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

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


#500feb Background Color

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

This div background color is #500feb


#500feb Border Color

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

This div border color is #500feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500feb


Comments

No comments written yet.

Please login to write comment.