Color Hex Logo

#394dee Color Hex

#394DEE
(57,77,238)
0 Favorites   0 Comments

Color spaces of #394dee

RGB 5777238
HSL0.650.840.58
HSV233°76°93°
CMYK 0.760.680.00   0.07
XYZ19.773812.350782.2306
Yxy12.35070.17290.1080
Hunter Lab35.143638.9332-114.1291
CIE-Lab41.768247.2690-82.5324

#394dee color RGB value is (57,77,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 11101110
Octal 71 115 356
Decimal 57 77 238
Hex 39 4D EE

RGB Percentages of Color #394dee

%15.32
%20.70
%63.98

CMYK Percentages of Color #394dee

%76
%68
%0
%7

Triadic Colors of #394dee

#394dee #ee394d #4dee39

Analogous Colors of #394dee

#394dee #8039ee #39a8ee

Monochromatic Colors of #394dee

#394dee

Complementary Color

#394dee #eeda39

#394dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#394dee Color CSS Codes

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

#394dee Text Font Color

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

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


#394dee Background Color

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

This div background color is #394dee


#394dee Border Color

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

This div border color is #394dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394dee


Comments

No comments written yet.

Please login to write comment.