Color Hex Logo

#394aea Color Hex

#394AEA
(57,74,234)
0 Favorites   0 Comments

Color spaces of #394aea

RGB 5774234
HSL0.650.810.57
HSV234°76°92°
CMYK 0.760.680.00   0.08
XYZ18.987411.707979.1010
Yxy11.70790.17290.1066
Hunter Lab34.216839.1728-113.1124
CIE-Lab40.748147.6852-81.9506

#394aea color RGB value is (57,74,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001010 11101010
Octal 71 112 352
Decimal 57 74 234
Hex 39 4A EA

RGB Percentages of Color #394aea

%15.62
%20.27
%64.11

CMYK Percentages of Color #394aea

%76
%68
%0
%8

Triadic Colors of #394aea

#394aea #ea394a #4aea39

Analogous Colors of #394aea

#394aea #8139ea #39a3ea

Monochromatic Colors of #394aea

#394aea

Complementary Color

#394aea #ead939

#394aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#394aea Color CSS Codes

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

#394aea Text Font Color

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

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


#394aea Background Color

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

This div background color is #394aea


#394aea Border Color

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

This div border color is #394aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394aea


Comments

No comments written yet.

Please login to write comment.