Color Hex Logo

#5139eb Color Hex

#5139EB
(81,57,235)
0 Favorites   0 Comments

Color spaces of #5139eb

RGB 8157235
HSL0.690.820.57
HSV248°76°92°
CMYK 0.660.760.00   0.08
XYZ19.851910.673779.6112
Yxy10.67370.18020.0969
Hunter Lab32.670651.2897-121.6074
CIE-Lab39.025459.4809-85.3065

#5139eb color RGB value is (81,57,235).

#5139eb hex color red value is 81, green value is 57 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5139eb hue: 0.69 , saturation: 0.82 and the lightness value of 5139eb is 0.57.

The process color (four color CMYK) of #5139eb color hex is 0.66, 0.76, 0.00, 0.08. Web safe color of #5139eb is #6633ff. Color #5139eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111001 11101011
Octal 121 71 353
Decimal 81 57 235
Hex 51 39 EB

RGB Percentages of Color #5139eb

%21.72
%15.28
%63.00

CMYK Percentages of Color #5139eb

%66
%76
%0
%8

Triadic Colors of #5139eb

#5139eb #eb5139 #39eb51

Analogous Colors of #5139eb

#5139eb #aa39eb #397aeb

Monochromatic Colors of #5139eb

#5139eb

Complementary Color

#5139eb #d3eb39

#5139eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5139eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5139eb Color CSS Codes

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

#5139eb Text Font Color

<p style="color:#5139eb">Text here</p>

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


#5139eb Background Color

<div style="background-color:#5139eb">
Div content here</div>

This div background color is #5139eb


#5139eb Border Color

<div style="border:3px solid #5139eb">
Div here</div>

This div border color is #5139eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,57,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5139eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5139eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5139eb;
  box-shadow:         1px 1px 3px 2px #5139eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5139eb


Comments

No comments written yet.

Please login to write comment.