Color Hex Logo

#394ad3 Color Hex

#394AD3
(57,74,211)
0 Favorites   0 Comments

Color spaces of #394ad3

RGB 5774211
HSL0.650.640.53
HSV233°73°83°
CMYK 0.730.650.00   0.17
XYZ15.894010.470662.8113
Yxy10.47060.17820.1174
Hunter Lab32.358331.0500-92.4381
CIE-Lab38.674139.8018-72.2247

#394ad3 color RGB value is (57,74,211).

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

The process color (four color CMYK) of #394ad3 color hex is 0.73, 0.65, 0.00, 0.17. Web safe color of #394ad3 is #3333cc. Color #394ad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001010 11010011
Octal 71 112 323
Decimal 57 74 211
Hex 39 4A D3

RGB Percentages of Color #394ad3

%16.67
%21.64
%61.70

CMYK Percentages of Color #394ad3

%73
%65
%0
%17

Triadic Colors of #394ad3

#394ad3 #d3394a #4ad339

Analogous Colors of #394ad3

#394ad3 #7539d3 #3997d3

Monochromatic Colors of #394ad3

#394ad3

Complementary Color

#394ad3 #d3c239

#394ad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394ad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394ad3 Color CSS Codes

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

#394ad3 Text Font Color

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

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


#394ad3 Background Color

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

This div background color is #394ad3


#394ad3 Border Color

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

This div border color is #394ad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394ad3


Comments

No comments written yet.

Please login to write comment.