Color Hex Logo

#394593 Color Hex

#394593
(57,69,147)
0 Favorites   0 Comments

Color spaces of #394593

RGB 5769147
HSL0.640.440.40
HSV232°61°58°
CMYK 0.610.530.00   0.42
XYZ9.08197.232728.5211
Yxy7.23270.20260.1613
Hunter Lab26.893713.2149-44.0522
CIE-Lab32.330920.2631-44.6381

#394593 color RGB value is (57,69,147).

#394593 hex color red value is 57, green value is 69 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #394593 hue: 0.64 , saturation: 0.44 and the lightness value of 394593 is 0.40.

The process color (four color CMYK) of #394593 color hex is 0.61, 0.53, 0.00, 0.42. Web safe color of #394593 is #333399. Color #394593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000101 10010011
Octal 71 105 223
Decimal 57 69 147
Hex 39 45 93

RGB Percentages of Color #394593

%20.88
%25.27
%53.85

CMYK Percentages of Color #394593

%61
%53
%0
%42

Triadic Colors of #394593

#394593 #933945 #459339

Analogous Colors of #394593

#394593 #5a3993 #397293

Monochromatic Colors of #394593

#394593

Complementary Color

#394593 #938739

#394593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394593 Color CSS Codes

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

#394593 Text Font Color

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

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


#394593 Background Color

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

This div background color is #394593


#394593 Border Color

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

This div border color is #394593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394593


Comments

No comments written yet.

Please login to write comment.