Color Hex Logo

#4e56eb Color Hex

#4E56EB
(78,86,235)
0 Favorites   0 Comments

Color spaces of #4e56eb

RGB 7886235
HSL0.660.800.61
HSV237°67°92°
CMYK 0.670.630.00   0.08
XYZ21.465114.273480.2210
Yxy14.27340.18510.1231
Hunter Lab37.780235.3010-99.4481
CIE-Lab44.622543.1827-76.1152

#4e56eb color RGB value is (78,86,235).

#4e56eb hex color red value is 78, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4e56eb hue: 0.66 , saturation: 0.80 and the lightness value of 4e56eb is 0.61.

The process color (four color CMYK) of #4e56eb color hex is 0.67, 0.63, 0.00, 0.08. Web safe color of #4e56eb is #6666ff. Color #4e56eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01010110 11101011
Octal 116 126 353
Decimal 78 86 235
Hex 4E 56 EB

RGB Percentages of Color #4e56eb

%19.55
%21.55
%58.90

CMYK Percentages of Color #4e56eb

%67
%63
%0
%8

Triadic Colors of #4e56eb

#4e56eb #eb4e56 #56eb4e

Analogous Colors of #4e56eb

#4e56eb #954eeb #4ea5eb

Monochromatic Colors of #4e56eb

#4e56eb

Complementary Color

#4e56eb #ebe34e

#4e56eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e56eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e56eb Color CSS Codes

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

#4e56eb Text Font Color

<p style="color:#4e56eb">Text here</p>

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


#4e56eb Background Color

<div style="background-color:#4e56eb">
Div content here</div>

This div background color is #4e56eb


#4e56eb Border Color

<div style="border:3px solid #4e56eb">
Div here</div>

This div border color is #4e56eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,86,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e56eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e56eb;
  -webkit-box-shadow: 1px 1px 3px 2px #4e56eb;
  box-shadow:         1px 1px 3px 2px #4e56eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,86,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 #4e56eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e56eb


Comments

No comments written yet.

Please login to write comment.