Color Hex Logo

#394973 Color Hex

#394973
(57,73,115)
0 Favorites   0 Comments

Color spaces of #394973

RGB 5773115
HSL0.620.340.34
HSV223°50°45°
CMYK 0.500.370.00   0.55
XYZ7.16446.872717.1686
Yxy6.87270.22960.2202
Hunter Lab26.21582.9037-20.4776
CIE-Lab31.51536.4038-26.1262

#394973 color RGB value is (57,73,115).

#394973 hex color red value is 57, green value is 73 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #394973 hue: 0.62 , saturation: 0.34 and the lightness value of 394973 is 0.34.

The process color (four color CMYK) of #394973 color hex is 0.50, 0.37, 0.00, 0.55. Web safe color of #394973 is #333366. Color #394973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001001 01110011
Octal 71 111 163
Decimal 57 73 115
Hex 39 49 73

RGB Percentages of Color #394973

%23.27
%29.80
%46.94

CMYK Percentages of Color #394973

%50
%37
%0
%55

Triadic Colors of #394973

#394973 #733949 #497339

Analogous Colors of #394973

#394973 #463973 #396673

Monochromatic Colors of #394973

#394973

Complementary Color

#394973 #736339

#394973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394973 Color CSS Codes

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

#394973 Text Font Color

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

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


#394973 Background Color

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

This div background color is #394973


#394973 Border Color

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

This div border color is #394973


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,73,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #394973; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #394973;
  -webkit-box-shadow: 1px 1px 3px 2px #394973;
  box-shadow:         1px 1px 3px 2px #394973; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394973


Comments

No comments written yet.

Please login to write comment.