Color Hex Logo

#5008fe Color Hex

#5008FE
(80,8,254)
0 Favorites   0 Comments

Color spaces of #5008fe

RGB 808254
HSL0.720.990.51
HSV258°97°100°
CMYK 0.690.970.00   0.00
XYZ21.28459.034994.3880
Yxy9.03490.17070.0724
Hunter Lab30.058173.7962-165.1408
CIE-Lab36.051479.2707-100.9554

#5008fe color RGB value is (80,8,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001000 11111110
Octal 120 10 376
Decimal 80 8 254
Hex 50 8 FE

RGB Percentages of Color #5008fe

%23.39
%2.34
%74.27

CMYK Percentages of Color #5008fe

%69
%97
%0
%0

Triadic Colors of #5008fe

#5008fe #fe5008 #08fe50

Analogous Colors of #5008fe

#5008fe #cb08fe #083bfe

Monochromatic Colors of #5008fe

#5008fe

Complementary Color

#5008fe #b6fe08

#5008fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5008fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5008fe Color CSS Codes

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

#5008fe Text Font Color

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

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


#5008fe Background Color

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

This div background color is #5008fe


#5008fe Border Color

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

This div border color is #5008fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5008fe

Related Colors


Comments

No comments written yet.

Please login to write comment.