Color Hex Logo

#394ffd Color Hex

#394FFD
(57,79,253)
0 Favorites   0 Comments

Color spaces of #394ffd

RGB 5779253
HSL0.650.980.61
HSV233°77°99°
CMYK 0.770.690.00   0.01
XYZ22.212913.553794.3739
Yxy13.55370.17070.1041
Hunter Lab36.815443.2729-126.2155
CIE-Lab43.586051.1462-87.9553

#394ffd color RGB value is (57,79,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001111 11111101
Octal 71 117 375
Decimal 57 79 253
Hex 39 4F FD

RGB Percentages of Color #394ffd

%14.65
%20.31
%65.04

CMYK Percentages of Color #394ffd

%77
%69
%0
%1

Triadic Colors of #394ffd

#394ffd #fd394f #4ffd39

Analogous Colors of #394ffd

#394ffd #8539fd #39b1fd

Monochromatic Colors of #394ffd

#394ffd

Complementary Color

#394ffd #fde739

#394ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#394ffd Color CSS Codes

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

#394ffd Text Font Color

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

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


#394ffd Background Color

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

This div background color is #394ffd


#394ffd Border Color

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

This div border color is #394ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394ffd


Comments

No comments written yet.

Please login to write comment.