Color Hex Logo

#396dec Color Hex

#396DEC
(57,109,236)
0 Favorites   0 Comments

Color spaces of #396dec

RGB 57109236
HSL0.620.820.57
HSV223°76°93°
CMYK 0.760.540.00   0.07
XYZ22.296317.863381.6297
Yxy17.86330.18310.1467
Hunter Lab42.265020.2014-84.9259
CIE-Lab49.329926.7728-69.0502

#396dec color RGB value is (57,109,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101101 11101100
Octal 71 155 354
Decimal 57 109 236
Hex 39 6D EC

RGB Percentages of Color #396dec

%14.18
%27.11
%58.71

CMYK Percentages of Color #396dec

%76
%54
%0
%7

Triadic Colors of #396dec

#396dec #ec396d #6dec39

Analogous Colors of #396dec

#396dec #5e39ec #39c7ec

Monochromatic Colors of #396dec

#396dec

Complementary Color

#396dec #ecb839

#396dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#396dec Color CSS Codes

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

#396dec Text Font Color

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

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


#396dec Background Color

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

This div background color is #396dec


#396dec Border Color

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

This div border color is #396dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396dec


Comments

No comments written yet.

Please login to write comment.