Color Hex Logo

#396fec Color Hex

#396FEC
(57,111,236)
0 Favorites   0 Comments

Color spaces of #396fec

RGB 57111236
HSL0.620.820.57
HSV222°76°93°
CMYK 0.760.530.00   0.07
XYZ22.512118.294981.7016
Yxy18.29490.18380.1493
Hunter Lab42.772519.0964-83.3115
CIE-Lab49.851925.5146-68.2036

#396fec color RGB value is (57,111,236).

#396fec hex color red value is 57, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #396fec hue: 0.62 , saturation: 0.82 and the lightness value of 396fec is 0.57.

The process color (four color CMYK) of #396fec color hex is 0.76, 0.53, 0.00, 0.07. Web safe color of #396fec is #3366ff. Color #396fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11101100
Octal 71 157 354
Decimal 57 111 236
Hex 39 6F EC

RGB Percentages of Color #396fec

%14.11
%27.48
%58.42

CMYK Percentages of Color #396fec

%76
%53
%0
%7

Triadic Colors of #396fec

#396fec #ec396f #6fec39

Analogous Colors of #396fec

#396fec #5c39ec #39c9ec

Monochromatic Colors of #396fec

#396fec

Complementary Color

#396fec #ecb639

#396fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fec Color CSS Codes

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

#396fec Text Font Color

<p style="color:#396fec">Text here</p>

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


#396fec Background Color

<div style="background-color:#396fec">
Div content here</div>

This div background color is #396fec


#396fec Border Color

<div style="border:3px solid #396fec">
Div here</div>

This div border color is #396fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,111,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396fec;
  -webkit-box-shadow: 1px 1px 3px 2px #396fec;
  box-shadow:         1px 1px 3px 2px #396fec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fec


Comments

No comments written yet.

Please login to write comment.