Color Hex Logo

#394eda Color Hex

#394EDA
(57,78,218)
0 Favorites   0 Comments

Color spaces of #394eda

RGB 5778218
HSL0.640.690.54
HSV232°74°85°
CMYK 0.740.640.00   0.15
XYZ17.066611.380667.6268
Yxy11.38060.17760.1185
Hunter Lab33.735131.2666-95.2405
CIE-Lab40.214239.7776-73.7197

#394eda color RGB value is (57,78,218).

#394eda hex color red value is 57, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #394eda hue: 0.64 , saturation: 0.69 and the lightness value of 394eda is 0.54.

The process color (four color CMYK) of #394eda color hex is 0.74, 0.64, 0.00, 0.15. Web safe color of #394eda is #3366cc. Color #394eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001110 11011010
Octal 71 116 332
Decimal 57 78 218
Hex 39 4E DA

RGB Percentages of Color #394eda

%16.15
%22.10
%61.76

CMYK Percentages of Color #394eda

%74
%64
%0
%15

Triadic Colors of #394eda

#394eda #da394e #4eda39

Analogous Colors of #394eda

#394eda #7539da #399fda

Monochromatic Colors of #394eda

#394eda

Complementary Color

#394eda #dac539

#394eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#394eda Color CSS Codes

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

#394eda Text Font Color

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

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


#394eda Background Color

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

This div background color is #394eda


#394eda Border Color

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

This div border color is #394eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394eda


Comments

No comments written yet.

Please login to write comment.