Color Hex Logo

#3940ce Color Hex

#3940CE
(57,64,206)
0 Favorites   0 Comments

Color spaces of #3940ce

RGB 5764206
HSL0.660.600.52
HSV237°72°81°
CMYK 0.720.690.00   0.19
XYZ14.66138.992959.3556
Yxy8.99290.17660.1083
Hunter Lab29.988234.7899-96.3610
CIE-Lab35.970644.1409-73.7748

#3940ce color RGB value is (57,64,206).

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

The process color (four color CMYK) of #3940ce color hex is 0.72, 0.69, 0.00, 0.19. Web safe color of #3940ce is #3333cc. Color #3940ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000000 11001110
Octal 71 100 316
Decimal 57 64 206
Hex 39 40 CE

RGB Percentages of Color #3940ce

%17.43
%19.57
%63.00

CMYK Percentages of Color #3940ce

%72
%69
%0
%19

Triadic Colors of #3940ce

#3940ce #ce3940 #40ce39

Analogous Colors of #3940ce

#3940ce #7d39ce #398bce

Monochromatic Colors of #3940ce

#3940ce

Complementary Color

#3940ce #cec739

#3940ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3940ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3940ce Color CSS Codes

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

#3940ce Text Font Color

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

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


#3940ce Background Color

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

This div background color is #3940ce


#3940ce Border Color

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

This div border color is #3940ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3940ce


Comments

No comments written yet.

Please login to write comment.