Color Hex Logo

#5107fa Color Hex

#5107FA
(81,7,250)
0 Favorites   0 Comments

Color spaces of #5107fa

RGB 817250
HSL0.720.960.50
HSV258°97°98°
CMYK 0.680.970.00   0.02
XYZ20.72468.803491.0494
Yxy8.80340.17190.0730
Hunter Lab29.670572.7573-161.1728
CIE-Lab35.603078.5175-99.4531

#5107fa color RGB value is (81,7,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000111 11111010
Octal 121 7 372
Decimal 81 7 250
Hex 51 7 FA

RGB Percentages of Color #5107fa

%23.96
%2.07
%73.96

CMYK Percentages of Color #5107fa

%68
%97
%0
%2

Triadic Colors of #5107fa

#5107fa #fa5107 #07fa51

Analogous Colors of #5107fa

#5107fa #cb07fa #0737fa

Monochromatic Colors of #5107fa

#5107fa

Complementary Color

#5107fa #b0fa07

#5107fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5107fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5107fa Color CSS Codes

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

#5107fa Text Font Color

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

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


#5107fa Background Color

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

This div background color is #5107fa


#5107fa Border Color

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

This div border color is #5107fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5107fa

Related Colors


Comments

No comments written yet.

Please login to write comment.