Color Hex Logo

#4e39db Color Hex

#4E39DB
(78,57,219)
0 Favorites   0 Comments

Color spaces of #4e39db

RGB 7857219
HSL0.690.690.54
HSV248°74°86°
CMYK 0.640.740.00   0.14
XYZ17.39129.660467.9659
Yxy9.66040.18300.1017
Hunter Lab31.081245.4860-107.8939
CIE-Lab37.225954.4355-79.1568

#4e39db color RGB value is (78,57,219).

#4e39db hex color red value is 78, green value is 57 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4e39db hue: 0.69 , saturation: 0.69 and the lightness value of 4e39db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 00111001 11011011
Octal 116 71 333
Decimal 78 57 219
Hex 4E 39 DB

RGB Percentages of Color #4e39db

%22.03
%16.10
%61.86

CMYK Percentages of Color #4e39db

%64
%74
%0
%14

Triadic Colors of #4e39db

#4e39db #db4e39 #39db4e

Analogous Colors of #4e39db

#4e39db #9f39db #3975db

Monochromatic Colors of #4e39db

#4e39db

Complementary Color

#4e39db #c6db39

#4e39db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e39db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e39db Color CSS Codes

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

#4e39db Text Font Color

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

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


#4e39db Background Color

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

This div background color is #4e39db


#4e39db Border Color

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

This div border color is #4e39db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e39db


Comments

No comments written yet.

Please login to write comment.