Color Hex Logo

#4e59db Color Hex

#4E59DB
(78,89,219)
0 Favorites   0 Comments

Color spaces of #4e59db

RGB 7889219
HSL0.650.660.58
HSV235°64°86°
CMYK 0.640.590.00   0.14
XYZ19.500413.878968.6689
Yxy13.87890.19110.1360
Hunter Lab37.254428.2387-83.2078
CIE-Lab44.058836.0240-67.9633

#4e59db color RGB value is (78,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01011001 11011011
Octal 116 131 333
Decimal 78 89 219
Hex 4E 59 DB

RGB Percentages of Color #4e59db

%20.21
%23.06
%56.74

CMYK Percentages of Color #4e59db

%64
%59
%0
%14

Triadic Colors of #4e59db

#4e59db #db4e59 #59db4e

Analogous Colors of #4e59db

#4e59db #8a4edb #4ea0db

Monochromatic Colors of #4e59db

#4e59db

Complementary Color

#4e59db #dbd04e

#4e59db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e59db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e59db Color CSS Codes

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

#4e59db Text Font Color

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

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


#4e59db Background Color

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

This div background color is #4e59db


#4e59db Border Color

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

This div border color is #4e59db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e59db


Comments

No comments written yet.

Please login to write comment.