Color Hex Logo

#394deb Color Hex

#394DEB
(57,77,235)
0 Favorites   0 Comments

Color spaces of #394deb

RGB 5777235
HSL0.650.820.57
HSV233°76°92°
CMYK 0.760.670.00   0.08
XYZ19.336612.175879.9283
Yxy12.17580.17350.1093
Hunter Lab34.893837.8525-111.3848
CIE-Lab41.494246.2502-81.2889

#394deb color RGB value is (57,77,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001101 11101011
Octal 71 115 353
Decimal 57 77 235
Hex 39 4D EB

RGB Percentages of Color #394deb

%15.45
%20.87
%63.69

CMYK Percentages of Color #394deb

%76
%67
%0
%8

Triadic Colors of #394deb

#394deb #eb394d #4deb39

Analogous Colors of #394deb

#394deb #7e39eb #39a6eb

Monochromatic Colors of #394deb

#394deb

Complementary Color

#394deb #ebd739

#394deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#394deb Color CSS Codes

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

#394deb Text Font Color

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

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


#394deb Background Color

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

This div background color is #394deb


#394deb Border Color

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

This div border color is #394deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394deb


Comments

No comments written yet.

Please login to write comment.