Color Hex Logo

#3940ef Color Hex

#3940EF
(57,64,239)
0 Favorites   0 Comments

Color spaces of #3940ef

RGB 5764239
HSL0.660.850.58
HSV238°76°94°
CMYK 0.760.730.00   0.06
XYZ19.100710.768682.7332
Yxy10.76860.16960.0956
Hunter Lab32.815546.4710-126.5086
CIE-Lab39.188054.9900-87.3513

#3940ef color RGB value is (57,64,239).

#3940ef hex color red value is 57, green value is 64 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3940ef hue: 0.66 , saturation: 0.85 and the lightness value of 3940ef is 0.58.

The process color (four color CMYK) of #3940ef color hex is 0.76, 0.73, 0.00, 0.06. Web safe color of #3940ef is #3333ff. Color #3940ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000000 11101111
Octal 71 100 357
Decimal 57 64 239
Hex 39 40 EF

RGB Percentages of Color #3940ef

%15.83
%17.78
%66.39

CMYK Percentages of Color #3940ef

%76
%73
%0
%6

Triadic Colors of #3940ef

#3940ef #ef3940 #40ef39

Analogous Colors of #3940ef

#3940ef #8d39ef #399bef

Monochromatic Colors of #3940ef

#3940ef

Complementary Color

#3940ef #efe839

#3940ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3940ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3940ef Color CSS Codes

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

#3940ef Text Font Color

<p style="color:#3940ef">Text here</p>

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


#3940ef Background Color

<div style="background-color:#3940ef">
Div content here</div>

This div background color is #3940ef


#3940ef Border Color

<div style="border:3px solid #3940ef">
Div here</div>

This div border color is #3940ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,64,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3940ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3940ef;
  -webkit-box-shadow: 1px 1px 3px 2px #3940ef;
  box-shadow:         1px 1px 3px 2px #3940ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,64,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3940ef


Comments

No comments written yet.

Please login to write comment.