Color Hex Logo

#390e79 Color Hex

#390E79
(57,14,121)
0 Favorites   0 Comments

Color spaces of #390e79

RGB 5714121
HSL0.730.790.26
HSV264°88°47°
CMYK 0.530.880.00   0.53
XYZ5.29562.564418.3050
Yxy2.56440.20240.0980
Hunter Lab16.013731.0043-56.5636
CIE-Lab18.207443.5231-51.4042

#390e79 color RGB value is (57,14,121).

#390e79 hex color red value is 57, green value is 14 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #390e79 hue: 0.73 , saturation: 0.79 and the lightness value of 390e79 is 0.26.

The process color (four color CMYK) of #390e79 color hex is 0.53, 0.88, 0.00, 0.53. Web safe color of #390e79 is #330066. Color #390e79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001110 01111001
Octal 71 16 171
Decimal 57 14 121
Hex 39 E 79

RGB Percentages of Color #390e79

%29.69
%7.29
%63.02

CMYK Percentages of Color #390e79

%53
%88
%0
%53

Triadic Colors of #390e79

#390e79 #79390e #0e7939

Analogous Colors of #390e79

#390e79 #6f0e79 #0e1979

Monochromatic Colors of #390e79

#390e79

Complementary Color

#390e79 #4e790e

#390e79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390e79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390e79 Color CSS Codes

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

#390e79 Text Font Color

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

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


#390e79 Background Color

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

This div background color is #390e79


#390e79 Border Color

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

This div border color is #390e79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,14,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390e79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390e79;
  -webkit-box-shadow: 1px 1px 3px 2px #390e79;
  box-shadow:         1px 1px 3px 2px #390e79; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390e79


Comments

No comments written yet.

Please login to write comment.