Color Hex Logo

#5003fa Color Hex

#5003FA
(80,3,250)
0 Favorites   0 Comments

Color spaces of #5003fa

RGB 803250
HSL0.720.980.50
HSV259°99°98°
CMYK 0.680.990.00   0.02
XYZ20.59618.672791.0309
Yxy8.67270.17120.0721
Hunter Lab29.449473.3012-162.6561
CIE-Lab35.346379.0005-99.8828

#5003fa color RGB value is (80,3,250).

#5003fa hex color red value is 80, green value is 3 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5003fa hue: 0.72 , saturation: 0.98 and the lightness value of 5003fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 11111010
Octal 120 3 372
Decimal 80 3 250
Hex 50 3 FA

RGB Percentages of Color #5003fa

%24.02
%0.90
%75.08

CMYK Percentages of Color #5003fa

%68
%99
%0
%2

Triadic Colors of #5003fa

#5003fa #fa5003 #03fa50

Analogous Colors of #5003fa

#5003fa #cc03fa #0331fa

Monochromatic Colors of #5003fa

#5003fa

Complementary Color

#5003fa #adfa03

#5003fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5003fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5003fa Color CSS Codes

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

#5003fa Text Font Color

<p style="color:#5003fa">Text here</p>

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


#5003fa Background Color

<div style="background-color:#5003fa">
Div content here</div>

This div background color is #5003fa


#5003fa Border Color

<div style="border:3px solid #5003fa">
Div here</div>

This div border color is #5003fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5003fa


Comments

No comments written yet.

Please login to write comment.