Color Hex Logo

#394493 Color Hex

#394493
(57,68,147)
0 Favorites   0 Comments

Color spaces of #394493

RGB 5768147
HSL0.650.440.40
HSV233°61°58°
CMYK 0.610.540.00   0.42
XYZ9.02097.110728.5008
Yxy7.11070.20210.1593
Hunter Lab26.665913.7201-44.7037
CIE-Lab32.057620.9281-45.0789

#394493 color RGB value is (57,68,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01000100 10010011
Octal 71 104 223
Decimal 57 68 147
Hex 39 44 93

RGB Percentages of Color #394493

%20.96
%25.00
%54.04

CMYK Percentages of Color #394493

%61
%54
%0
%42

Triadic Colors of #394493

#394493 #933944 #449339

Analogous Colors of #394493

#394493 #5b3993 #397193

Monochromatic Colors of #394493

#394493

Complementary Color

#394493 #938839

#394493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394493 Color CSS Codes

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

#394493 Text Font Color

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

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


#394493 Background Color

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

This div background color is #394493


#394493 Border Color

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

This div border color is #394493


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,68,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 #394493">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394493


Comments

No comments written yet.

Please login to write comment.