color codes Logo

#4e60db color codes

#4E60DB
(78,96,219)
0 Favorites   0 Comments

Color spaces of #4e60db

RGB 7896219
HSL0.650.660.58
HSV232°64°86°
CMYK 0.640.560.00   0.14
XYZ20.110915.099968.8724
Yxy15.09990.19320.1451
Hunter Lab38.858624.3785-77.8837
CIE-Lab45.770731.6907-65.1809

#4e60db color RGB value is (78,96,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 01100000 11011011
Octal 116 140 333
Decimal 78 96 219
Hex 4E 60 DB

RGB Percentages of Color #4e60db

%19.85
%24.43
%55.73

CMYK Percentages of Color #4e60db

%64
%56
%0
%14

Triadic Colors of #4e60db

#4e60db #db4e60 #60db4e

Analogous Colors of #4e60db

#4e60db #834edb #4ea7db

Monochromatic Colors of #4e60db

#4e60db

Complementary Color

#4e60db #dbc94e

#4e60db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e60db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e60db Color CSS Codes

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

#4e60db Text Font Color

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

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


#4e60db Background Color

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

This div background color is #4e60db


#4e60db Border Color

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

This div border color is #4e60db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e60db


Comments

No comments written yet.

Please login to write comment.