Color Hex Logo

#394777 Color Hex

#394777
(57,71,119)
0 Favorites   0 Comments

Color spaces of #394777

RGB 5771119
HSL0.630.350.35
HSV226°52°47°
CMYK 0.520.400.00   0.53
XYZ7.27046.708218.3644
Yxy6.70820.22480.2074
Hunter Lab25.90024.7811-23.9091
CIE-Lab31.13329.0876-29.2376

#394777 color RGB value is (57,71,119).

#394777 hex color red value is 57, green value is 71 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #394777 hue: 0.63 , saturation: 0.35 and the lightness value of 394777 is 0.35.

The process color (four color CMYK) of #394777 color hex is 0.52, 0.40, 0.00, 0.53. Web safe color of #394777 is #333366. Color #394777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000111 01110111
Octal 71 107 167
Decimal 57 71 119
Hex 39 47 77

RGB Percentages of Color #394777

%23.08
%28.74
%48.18

CMYK Percentages of Color #394777

%52
%40
%0
%53

Triadic Colors of #394777

#394777 #773947 #477739

Analogous Colors of #394777

#394777 #4a3977 #396677

Monochromatic Colors of #394777

#394777

Complementary Color

#394777 #776939

#394777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394777 Color CSS Codes

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

#394777 Text Font Color

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

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


#394777 Background Color

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

This div background color is #394777


#394777 Border Color

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

This div border color is #394777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394777


Comments

No comments written yet.

Please login to write comment.