Color Hex Logo

#500ffa Color Hex

#500FFA
(80,15,250)
0 Favorites   0 Comments

Color spaces of #500ffa

RGB 8015250
HSL0.710.960.52
HSV257°94°98°
CMYK 0.680.940.00   0.02
XYZ20.73448.949291.0770
Yxy8.94920.17170.0741
Hunter Lab29.915271.3677-159.5680
CIE-Lab35.886377.3437-98.9837

#500ffa color RGB value is (80,15,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001111 11111010
Octal 120 17 372
Decimal 80 15 250
Hex 50 F FA

RGB Percentages of Color #500ffa

%23.19
%4.35
%72.46

CMYK Percentages of Color #500ffa

%68
%94
%0
%2

Triadic Colors of #500ffa

#500ffa #fa500f #0ffa50

Analogous Colors of #500ffa

#500ffa #c60ffa #0f44fa

Monochromatic Colors of #500ffa

#500ffa

Complementary Color

#500ffa #b9fa0f

#500ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#500ffa Color CSS Codes

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

#500ffa Text Font Color

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

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


#500ffa Background Color

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

This div background color is #500ffa


#500ffa Border Color

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

This div border color is #500ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500ffa


Comments

No comments written yet.

Please login to write comment.