Color Hex Logo

#3960eb Color Hex

#3960EB
(57,96,235)
0 Favorites   0 Comments

Color spaces of #3960eb

RGB 5796235
HSL0.630.820.57
HSV227°76°92°
CMYK 0.760.590.00   0.08
XYZ20.865615.233880.4379
Yxy15.23380.17900.1307
Hunter Lab39.030527.1222-94.8693
CIE-Lab45.952834.5873-73.9842

#3960eb color RGB value is (57,96,235).

#3960eb hex color red value is 57, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3960eb hue: 0.63 , saturation: 0.82 and the lightness value of 3960eb is 0.57.

The process color (four color CMYK) of #3960eb color hex is 0.76, 0.59, 0.00, 0.08. Web safe color of #3960eb is #3366ff. Color #3960eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100000 11101011
Octal 71 140 353
Decimal 57 96 235
Hex 39 60 EB

RGB Percentages of Color #3960eb

%14.69
%24.74
%60.57

CMYK Percentages of Color #3960eb

%76
%59
%0
%8

Triadic Colors of #3960eb

#3960eb #eb3960 #60eb39

Analogous Colors of #3960eb

#3960eb #6b39eb #39b9eb

Monochromatic Colors of #3960eb

#3960eb

Complementary Color

#3960eb #ebc439

#3960eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3960eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3960eb Color CSS Codes

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

#3960eb Text Font Color

<p style="color:#3960eb">Text here</p>

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


#3960eb Background Color

<div style="background-color:#3960eb">
Div content here</div>

This div background color is #3960eb


#3960eb Border Color

<div style="border:3px solid #3960eb">
Div here</div>

This div border color is #3960eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,96,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3960eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3960eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3960eb;
  box-shadow:         1px 1px 3px 2px #3960eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3960eb


Comments

No comments written yet.

Please login to write comment.