Color Hex Logo

#390060 Color Hex

#390060
(57,0,96)
0 Favorites   0 Comments

Color spaces of #390060

RGB 57096
HSL0.771.000.19
HSV276°100°38°
CMYK 0.411.000.00   0.62
XYZ3.79871.714411.1970
Yxy1.71440.22730.1026
Hunter Lab13.093528.8729-41.5368
CIE-Lab13.910842.0238-42.1305

#390060 color RGB value is (57,0,96).

#390060 hex color red value is 57, green value is 0 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #390060 hue: 0.77 , saturation: 1.00 and the lightness value of 390060 is 0.19.

The process color (four color CMYK) of #390060 color hex is 0.41, 1.00, 0.00, 0.62. Web safe color of #390060 is #330066. Color #390060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000000 01100000
Octal 71 0 140
Decimal 57 0 96
Hex 39 0 60

RGB Percentages of Color #390060

%37.25
%0.00
%62.75

CMYK Percentages of Color #390060

%41
%100
%0
%62

Triadic Colors of #390060

#390060 #603900 #006039

Analogous Colors of #390060

#390060 #600057 #090060

Monochromatic Colors of #390060

#390060

Complementary Color

#390060 #276000

#390060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390060 Color CSS Codes

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

#390060 Text Font Color

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

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


#390060 Background Color

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

This div background color is #390060


#390060 Border Color

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

This div border color is #390060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390060

#390060 Color Palettes


Comments

No comments written yet.

Please login to write comment.