Color Hex Logo

#394efc Color Hex

#394EFC
(57,78,252)
0 Favorites   0 Comments

Color spaces of #394efc

RGB 5778252
HSL0.650.970.61
HSV234°77°99°
CMYK 0.770.690.00   0.01
XYZ21.982413.346993.5131
Yxy13.34690.17060.1036
Hunter Lab36.533443.4712-126.1888
CIE-Lab43.281451.3901-87.8989

#394efc color RGB value is (57,78,252).

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

The process color (four color CMYK) of #394efc color hex is 0.77, 0.69, 0.00, 0.01. Web safe color of #394efc is #3366ff. Color #394efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001110 11111100
Octal 71 116 374
Decimal 57 78 252
Hex 39 4E FC

RGB Percentages of Color #394efc

%14.73
%20.16
%65.12

CMYK Percentages of Color #394efc

%77
%69
%0
%1

Triadic Colors of #394efc

#394efc #fc394e #4efc39

Analogous Colors of #394efc

#394efc #8639fc #39b0fc

Monochromatic Colors of #394efc

#394efc

Complementary Color

#394efc #fce739

#394efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#394efc Color CSS Codes

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

#394efc Text Font Color

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

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


#394efc Background Color

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

This div background color is #394efc


#394efc Border Color

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

This div border color is #394efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394efc


Comments

No comments written yet.

Please login to write comment.