Color Hex Logo

#4e5edb Color Hex

#4E5EDB
(78,94,219)
0 Favorites   0 Comments

Color spaces of #4e5edb

RGB 7894219
HSL0.650.660.58
HSV233°64°86°
CMYK 0.640.570.00   0.14
XYZ19.930814.739668.8124
Yxy14.73960.19260.1424
Hunter Lab38.392225.4796-79.3942
CIE-Lab45.275532.9334-65.9849

#4e5edb color RGB value is (78,94,219).

#4e5edb hex color red value is 78, green value is 94 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4e5edb hue: 0.65 , saturation: 0.66 and the lightness value of 4e5edb is 0.58.

The process color (four color CMYK) of #4e5edb color hex is 0.64, 0.57, 0.00, 0.14. Web safe color of #4e5edb is #6666cc. Color #4e5edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011110 11011011
Octal 116 136 333
Decimal 78 94 219
Hex 4E 5E DB

RGB Percentages of Color #4e5edb

%19.95
%24.04
%56.01

CMYK Percentages of Color #4e5edb

%64
%57
%0
%14

Triadic Colors of #4e5edb

#4e5edb #db4e5e #5edb4e

Analogous Colors of #4e5edb

#4e5edb #854edb #4ea5db

Monochromatic Colors of #4e5edb

#4e5edb

Complementary Color

#4e5edb #dbcb4e

#4e5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e5edb Color CSS Codes

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

#4e5edb Text Font Color

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

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


#4e5edb Background Color

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

This div background color is #4e5edb


#4e5edb Border Color

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

This div border color is #4e5edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,94,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e5edb


Comments

No comments written yet.

Please login to write comment.