Color Hex Logo

#3976ef Color Hex

#3976EF
(57,118,239)
0 Favorites   0 Comments

Color spaces of #3976ef

RGB 57118239
HSL0.610.850.58
HSV220°76°94°
CMYK 0.760.510.00   0.06
XYZ23.745820.058784.2815
Yxy20.05870.18540.1566
Hunter Lab44.786916.2626-80.2230
CIE-Lab51.903522.2222-66.5594

#3976ef color RGB value is (57,118,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110110 11101111
Octal 71 166 357
Decimal 57 118 239
Hex 39 76 EF

RGB Percentages of Color #3976ef

%13.77
%28.50
%57.73

CMYK Percentages of Color #3976ef

%76
%51
%0
%6

Triadic Colors of #3976ef

#3976ef #ef3976 #76ef39

Analogous Colors of #3976ef

#3976ef #5739ef #39d1ef

Monochromatic Colors of #3976ef

#3976ef

Complementary Color

#3976ef #efb239

#3976ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3976ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3976ef Color CSS Codes

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

#3976ef Text Font Color

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

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


#3976ef Background Color

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

This div background color is #3976ef


#3976ef Border Color

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

This div border color is #3976ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3976ef


Comments

No comments written yet.

Please login to write comment.