Color Hex Logo

#394fab Color Hex

#394FAB
(57,79,171)
0 Favorites   0 Comments

Color spaces of #394fab

RGB 5779171
HSL0.630.500.45
HSV228°67°67°
CMYK 0.670.540.00   0.33
XYZ11.83409.402139.7191
Yxy9.40210.19410.1542
Hunter Lab30.662815.2302-55.3373
CIE-Lab36.747222.3121-51.9601

#394fab color RGB value is (57,79,171).

#394fab hex color red value is 57, green value is 79 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #394fab hue: 0.63 , saturation: 0.50 and the lightness value of 394fab is 0.45.

The process color (four color CMYK) of #394fab color hex is 0.67, 0.54, 0.00, 0.33. Web safe color of #394fab is #336699. Color #394fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001111 10101011
Octal 71 117 253
Decimal 57 79 171
Hex 39 4F AB

RGB Percentages of Color #394fab

%18.57
%25.73
%55.70

CMYK Percentages of Color #394fab

%67
%54
%0
%33

Triadic Colors of #394fab

#394fab #ab394f #4fab39

Analogous Colors of #394fab

#394fab #5c39ab #3988ab

Monochromatic Colors of #394fab

#394fab

Complementary Color

#394fab #ab9539

#394fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#394fab Color CSS Codes

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

#394fab Text Font Color

<p style="color:#394fab">Text here</p>

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


#394fab Background Color

<div style="background-color:#394fab">
Div content here</div>

This div background color is #394fab


#394fab Border Color

<div style="border:3px solid #394fab">
Div here</div>

This div border color is #394fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,79,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394fab;
  -webkit-box-shadow: 1px 1px 3px 2px #394fab;
  box-shadow:         1px 1px 3px 2px #394fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394fab


Comments

No comments written yet.

Please login to write comment.