Color Hex Logo

#394dff Color Hex

#394DFF
(57,77,255)
0 Favorites   0 Comments

Color spaces of #394dff

RGB 5777255
HSL0.651.000.61
HSV234°78°100°
CMYK 0.780.700.00   0.00
XYZ22.391213.397696.0136
Yxy13.39760.16990.1016
Hunter Lab36.602745.1401-129.9033
CIE-Lab43.356352.9578-89.4493

#394dff color RGB value is (57,77,255).

#394dff hex color red value is 57, green value is 77 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #394dff hue: 0.65 , saturation: 1.00 and the lightness value of 394dff is 0.61.

The process color (four color CMYK) of #394dff color hex is 0.78, 0.70, 0.00, 0.00. Web safe color of #394dff is #3366ff. Color #394dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 11111111
Octal 71 115 377
Decimal 57 77 255
Hex 39 4D FF

RGB Percentages of Color #394dff

%14.65
%19.79
%65.55

CMYK Percentages of Color #394dff

%78
%70
%0
%0

Triadic Colors of #394dff

#394dff #ff394d #4dff39

Analogous Colors of #394dff

#394dff #8839ff #39b0ff

Monochromatic Colors of #394dff

#394dff

Complementary Color

#394dff #ffeb39

#394dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#394dff Color CSS Codes

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

#394dff Text Font Color

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

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


#394dff Background Color

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

This div background color is #394dff


#394dff Border Color

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

This div border color is #394dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394dff


Comments

No comments written yet.

Please login to write comment.