Color Hex Logo

#390956 Color Hex

#390956
(57,9,86)
0 Favorites   0 Comments

Color spaces of #390956

RGB 57986
HSL0.770.810.19
HSV277°90°34°
CMYK 0.340.900.00   0.66
XYZ3.46471.73718.9568
Yxy1.73710.24470.1227
Hunter Lab13.179923.8588-31.0664
CIE-Lab14.042336.2926-35.1846

#390956 color RGB value is (57,9,86).

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

The process color (four color CMYK) of #390956 color hex is 0.34, 0.90, 0.00, 0.66. Web safe color of #390956 is #330066. Color #390956 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001001 01010110
Octal 71 11 126
Decimal 57 9 86
Hex 39 9 56

RGB Percentages of Color #390956

%37.50
%5.92
%56.58

CMYK Percentages of Color #390956

%34
%90
%0
%66

Triadic Colors of #390956

#390956 #563909 #095639

Analogous Colors of #390956

#390956 #56094c #130956

Monochromatic Colors of #390956

#390956

Complementary Color

#390956 #265609

#390956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390956 Color CSS Codes

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

#390956 Text Font Color

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

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


#390956 Background Color

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

This div background color is #390956


#390956 Border Color

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

This div border color is #390956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390956


Comments

No comments written yet.

Please login to write comment.