Color Hex Logo

#3978eb Color Hex

#3978EB
(57,120,235)
0 Favorites   0 Comments

Color spaces of #3978eb

RGB 57120235
HSL0.610.820.57
HSV219°76°92°
CMYK 0.760.490.00   0.08
XYZ23.399220.301081.2825
Yxy20.30100.18720.1624
Hunter Lab45.056613.8511-75.4200
CIE-Lab52.175819.5087-63.8854

#3978eb color RGB value is (57,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111000 11101011
Octal 71 170 353
Decimal 57 120 235
Hex 39 78 EB

RGB Percentages of Color #3978eb

%13.83
%29.13
%57.04

CMYK Percentages of Color #3978eb

%76
%49
%0
%8

Triadic Colors of #3978eb

#3978eb #eb3978 #78eb39

Analogous Colors of #3978eb

#3978eb #5339eb #39d1eb

Monochromatic Colors of #3978eb

#3978eb

Complementary Color

#3978eb #ebac39

#3978eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3978eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3978eb Color CSS Codes

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

#3978eb Text Font Color

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

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


#3978eb Background Color

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

This div background color is #3978eb


#3978eb Border Color

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

This div border color is #3978eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3978eb


Comments

No comments written yet.

Please login to write comment.