Color Hex Logo

#5149eb Color Hex

#5149EB
(81,73,235)
0 Favorites   0 Comments

Color spaces of #5149eb

RGB 8173235
HSL0.670.800.60
HSV243°69°92°
CMYK 0.660.690.00   0.08
XYZ20.771312.512679.9177
Yxy12.51260.18350.1105
Hunter Lab35.373242.9131-109.1912
CIE-Lab42.019551.0861-80.3752

#5149eb color RGB value is (81,73,235).

#5149eb hex color red value is 81, green value is 73 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5149eb hue: 0.67 , saturation: 0.80 and the lightness value of 5149eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 11101011
Octal 121 111 353
Decimal 81 73 235
Hex 51 49 EB

RGB Percentages of Color #5149eb

%20.82
%18.77
%60.41

CMYK Percentages of Color #5149eb

%66
%69
%0
%8

Triadic Colors of #5149eb

#5149eb #eb5149 #49eb51

Analogous Colors of #5149eb

#5149eb #a249eb #4992eb

Monochromatic Colors of #5149eb

#5149eb

Complementary Color

#5149eb #e3eb49

#5149eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5149eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5149eb Color CSS Codes

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

#5149eb Text Font Color

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

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


#5149eb Background Color

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

This div background color is #5149eb


#5149eb Border Color

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

This div border color is #5149eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5149eb


Comments

No comments written yet.

Please login to write comment.