Color Hex Logo

#394384 Color Hex

#394384
(57,67,132)
0 Favorites   0 Comments

Color spaces of #394384

RGB 5767132
HSL0.640.400.37
HSV232°57°52°
CMYK 0.570.490.00   0.48
XYZ7.85946.550122.6799
Yxy6.55010.21190.1766
Hunter Lab25.593210.0275-34.6258
CIE-Lab30.759916.2798-37.9354

#394384 color RGB value is (57,67,132).

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

The process color (four color CMYK) of #394384 color hex is 0.57, 0.49, 0.00, 0.48. Web safe color of #394384 is #333399. Color #394384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000011 10000100
Octal 71 103 204
Decimal 57 67 132
Hex 39 43 84

RGB Percentages of Color #394384

%22.27
%26.17
%51.56

CMYK Percentages of Color #394384

%57
%49
%0
%48

Triadic Colors of #394384

#394384 #843943 #438439

Analogous Colors of #394384

#394384 #553984 #396984

Monochromatic Colors of #394384

#394384

Complementary Color

#394384 #847a39

#394384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394384 Color CSS Codes

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

#394384 Text Font Color

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

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


#394384 Background Color

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

This div background color is #394384


#394384 Border Color

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

This div border color is #394384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394384


Comments

No comments written yet.

Please login to write comment.