Color Hex Logo

#390980 Color Hex

#390980
(57,9,128)
0 Favorites   0 Comments

Color spaces of #390980

RGB 579128
HSL0.730.870.27
HSV264°93°50°
CMYK 0.550.930.00   0.50
XYZ5.68132.623720.6291
Yxy2.62370.19640.0907
Hunter Lab16.197834.2616-64.1715
CIE-Lab18.469146.9233-55.4397

#390980 color RGB value is (57,9,128).

#390980 hex color red value is 57, green value is 9 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #390980 hue: 0.73 , saturation: 0.87 and the lightness value of 390980 is 0.27.

The process color (four color CMYK) of #390980 color hex is 0.55, 0.93, 0.00, 0.50. Web safe color of #390980 is #330099. Color #390980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001001 10000000
Octal 71 11 200
Decimal 57 9 128
Hex 39 9 80

RGB Percentages of Color #390980

%29.38
%4.64
%65.98

CMYK Percentages of Color #390980

%55
%93
%0
%50

Triadic Colors of #390980

#390980 #803909 #098039

Analogous Colors of #390980

#390980 #750980 #091580

Monochromatic Colors of #390980

#390980

Complementary Color

#390980 #508009

#390980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390980 Color CSS Codes

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

#390980 Text Font Color

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

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


#390980 Background Color

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

This div background color is #390980


#390980 Border Color

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

This div border color is #390980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390980


Comments

No comments written yet.

Please login to write comment.