Color Hex Logo

#500bfe Color Hex

#500BFE
(80,11,254)
0 Favorites   0 Comments

Color spaces of #500bfe

RGB 8011254
HSL0.710.990.52
HSV257°96°100°
CMYK 0.690.960.00   0.00
XYZ21.31739.100694.3990
Yxy9.10060.17080.0729
Hunter Lab30.167273.3423-164.4128
CIE-Lab36.177378.8841-100.7458

#500bfe color RGB value is (80,11,254).

#500bfe hex color red value is 80, green value is 11 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #500bfe hue: 0.71 , saturation: 0.99 and the lightness value of 500bfe is 0.52.

The process color (four color CMYK) of #500bfe color hex is 0.69, 0.96, 0.00, 0.00. Web safe color of #500bfe is #6600ff. Color #500bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001011 11111110
Octal 120 13 376
Decimal 80 11 254
Hex 50 B FE

RGB Percentages of Color #500bfe

%23.19
%3.19
%73.62

CMYK Percentages of Color #500bfe

%69
%96
%0
%0

Triadic Colors of #500bfe

#500bfe #fe500b #0bfe50

Analogous Colors of #500bfe

#500bfe #ca0bfe #0b3ffe

Monochromatic Colors of #500bfe

#500bfe

Complementary Color

#500bfe #b9fe0b

#500bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#500bfe Color CSS Codes

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

#500bfe Text Font Color

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

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


#500bfe Background Color

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

This div background color is #500bfe


#500bfe Border Color

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

This div border color is #500bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,11,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #500bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.