Color Hex Logo

#5000fe Color Hex

#5000FE
(80,0,254)
0 Favorites   0 Comments

Color spaces of #5000fe

RGB 800254
HSL0.721.000.50
HSV259°100°100°
CMYK 0.691.000.00   0.00
XYZ21.19778.861294.3591
Yxy8.86120.17040.0712
Hunter Lab29.767875.0167-167.1025
CIE-Lab35.715780.3046-101.5148

#5000fe color RGB value is (80,0,254).

#5000fe hex color red value is 80, green value is 0 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5000fe hue: 0.72 , saturation: 1.00 and the lightness value of 5000fe is 0.50.

The process color (four color CMYK) of #5000fe color hex is 0.69, 1.00, 0.00, 0.00. Web safe color of #5000fe is #6600ff. Color #5000fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 11111110
Octal 120 0 376
Decimal 80 0 254
Hex 50 0 FE

RGB Percentages of Color #5000fe

%23.95
%0.00
%76.05

CMYK Percentages of Color #5000fe

%69
%100
%0
%0

Triadic Colors of #5000fe

#5000fe #fe5000 #00fe50

Analogous Colors of #5000fe

#5000fe #cf00fe #002ffe

Monochromatic Colors of #5000fe

#5000fe

Complementary Color

#5000fe #aefe00

#5000fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5000fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5000fe Color CSS Codes

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

#5000fe Text Font Color

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

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


#5000fe Background Color

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

This div background color is #5000fe


#5000fe Border Color

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

This div border color is #5000fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5000fe


Comments

No comments written yet.

Please login to write comment.