Color Hex Logo

#5104ff Color Hex

#5104FF
(81,4,255)
0 Favorites   0 Comments

Color spaces of #5104ff

RGB 814255
HSL0.721.000.51
HSV258°98°100°
CMYK 0.680.980.00   0.00
XYZ21.48689.056295.2233
Yxy9.05620.17080.0720
Hunter Lab30.093574.7855-166.5427
CIE-Lab36.092380.0535-101.4458

#5104ff color RGB value is (81,4,255).

#5104ff hex color red value is 81, green value is 4 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5104ff hue: 0.72 , saturation: 1.00 and the lightness value of 5104ff is 0.51.

The process color (four color CMYK) of #5104ff color hex is 0.68, 0.98, 0.00, 0.00. Web safe color of #5104ff is #6600ff. Color #5104ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000100 11111111
Octal 121 4 377
Decimal 81 4 255
Hex 51 4 FF

RGB Percentages of Color #5104ff

%23.82
%1.18
%75.00

CMYK Percentages of Color #5104ff

%68
%98
%0
%0

Triadic Colors of #5104ff

#5104ff #ff5104 #04ff51

Analogous Colors of #5104ff

#5104ff #cf04ff #0435ff

Monochromatic Colors of #5104ff

#5104ff

Complementary Color

#5104ff #b2ff04

#5104ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5104ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5104ff Color CSS Codes

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

#5104ff Text Font Color

<p style="color:#5104ff">Text here</p>

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


#5104ff Background Color

<div style="background-color:#5104ff">
Div content here</div>

This div background color is #5104ff


#5104ff Border Color

<div style="border:3px solid #5104ff">
Div here</div>

This div border color is #5104ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,4,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5104ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5104ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5104ff;
  box-shadow:         1px 1px 3px 2px #5104ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5104ff


Comments

No comments written yet.

Please login to write comment.