Color Hex Logo

#5140ff Color Hex

#5140FF
(81,64,255)
0 Favorites   0 Comments

Color spaces of #5140ff

RGB 8164255
HSL0.681.000.63
HSV245°75°100°
CMYK 0.680.750.00   0.00
XYZ23.276712.636195.8199
Yxy12.63610.17670.0959
Hunter Lab35.547354.6757-134.9367
CIE-Lab42.209761.9182-91.2971

#5140ff color RGB value is (81,64,255).

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

The process color (four color CMYK) of #5140ff color hex is 0.68, 0.75, 0.00, 0.00. Web safe color of #5140ff is #6633ff. Color #5140ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 11111111
Octal 121 100 377
Decimal 81 64 255
Hex 51 40 FF

RGB Percentages of Color #5140ff

%20.25
%16.00
%63.75

CMYK Percentages of Color #5140ff

%68
%75
%0
%0

Triadic Colors of #5140ff

#5140ff #ff5140 #40ff51

Analogous Colors of #5140ff

#5140ff #b140ff #408fff

Monochromatic Colors of #5140ff

#5140ff

Complementary Color

#5140ff #eeff40

#5140ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5140ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5140ff Color CSS Codes

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

#5140ff Text Font Color

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

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


#5140ff Background Color

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

This div background color is #5140ff


#5140ff Border Color

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

This div border color is #5140ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5140ff

Related Colors


Comments

No comments written yet.

Please login to write comment.