Color Hex Logo

#390970 Color Hex

#390970
(57,9,112)
0 Favorites   0 Comments

Color spaces of #390970

RGB 579112
HSL0.740.850.24
HSV268°92°44°
CMYK 0.490.920.00   0.56
XYZ4.70972.235115.5124
Yxy2.23510.20970.0995
Hunter Lab14.950330.0690-51.0542
CIE-Lab16.675642.8058-48.1194

#390970 color RGB value is (57,9,112).

#390970 hex color red value is 57, green value is 9 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #390970 hue: 0.74 , saturation: 0.85 and the lightness value of 390970 is 0.24.

The process color (four color CMYK) of #390970 color hex is 0.49, 0.92, 0.00, 0.56. Web safe color of #390970 is #330066. Color #390970 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001001 01110000
Octal 71 11 160
Decimal 57 9 112
Hex 39 9 70

RGB Percentages of Color #390970

%32.02
%5.06
%62.92

CMYK Percentages of Color #390970

%49
%92
%0
%56

Triadic Colors of #390970

#390970 #703909 #097039

Analogous Colors of #390970

#390970 #6d0970 #090d70

Monochromatic Colors of #390970

#390970

Complementary Color

#390970 #407009

#390970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390970 Color CSS Codes

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

#390970 Text Font Color

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

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


#390970 Background Color

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

This div background color is #390970


#390970 Border Color

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

This div border color is #390970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390970


Comments

No comments written yet.

Please login to write comment.