Color Hex Logo

#390946 Color Hex

#390946
(57,9,70)
0 Favorites   0 Comments

Color spaces of #390946

RGB 57970
HSL0.800.770.15
HSV287°87°27°
CMYK 0.190.870.00   0.73
XYZ2.89051.50745.9330
Yxy1.50740.27980.1459
Hunter Lab12.277620.5381-20.0568
CIE-Lab12.655032.5553-26.4179

#390946 color RGB value is (57,9,70).

#390946 hex color red value is 57, green value is 9 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #390946 hue: 0.80 , saturation: 0.77 and the lightness value of 390946 is 0.15.

The process color (four color CMYK) of #390946 color hex is 0.19, 0.87, 0.00, 0.73. Web safe color of #390946 is #330033. Color #390946 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001001 01000110
Octal 71 11 106
Decimal 57 9 70
Hex 39 9 46

RGB Percentages of Color #390946

%41.91
%6.62
%51.47

CMYK Percentages of Color #390946

%19
%87
%0
%73

Triadic Colors of #390946

#390946 #463909 #094639

Analogous Colors of #390946

#390946 #460935 #1b0946

Monochromatic Colors of #390946

#390946

Complementary Color

#390946 #164609

#390946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390946 Color CSS Codes

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

#390946 Text Font Color

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

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


#390946 Background Color

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

This div background color is #390946


#390946 Border Color

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

This div border color is #390946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390946


Comments

No comments written yet.

Please login to write comment.