Color Hex Logo

#5146eb Color Hex

#5146EB
(81,70,235)
0 Favorites   0 Comments

Color spaces of #5146eb

RGB 8170235
HSL0.680.800.60
HSV244°70°92°
CMYK 0.660.700.00   0.08
XYZ20.578912.127879.8535
Yxy12.12780.18280.1077
Hunter Lab34.825044.5361-111.5741
CIE-Lab41.418552.7436-81.3630

#5146eb color RGB value is (81,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 11101011
Octal 121 106 353
Decimal 81 70 235
Hex 51 46 EB

RGB Percentages of Color #5146eb

%20.98
%18.13
%60.88

CMYK Percentages of Color #5146eb

%66
%70
%0
%8

Triadic Colors of #5146eb

#5146eb #eb5146 #46eb51

Analogous Colors of #5146eb

#5146eb #a446eb #468eeb

Monochromatic Colors of #5146eb

#5146eb

Complementary Color

#5146eb #e0eb46

#5146eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5146eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5146eb Color CSS Codes

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

#5146eb Text Font Color

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

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


#5146eb Background Color

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

This div background color is #5146eb


#5146eb Border Color

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

This div border color is #5146eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5146eb


Comments

No comments written yet.

Please login to write comment.