Color Hex Logo

#390565 Color Hex

#390565
(57,5,101)
0 Favorites   0 Comments

Color spaces of #390565

RGB 575101
HSL0.760.910.21
HSV273°95°40°
CMYK 0.440.950.00   0.60
XYZ4.09061.918012.4665
Yxy1.91800.22140.1038
Hunter Lab13.849228.4870-43.6761
CIE-Lab15.050941.3809-43.5801

#390565 color RGB value is (57,5,101).

#390565 hex color red value is 57, green value is 5 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #390565 hue: 0.76 , saturation: 0.91 and the lightness value of 390565 is 0.21.

The process color (four color CMYK) of #390565 color hex is 0.44, 0.95, 0.00, 0.60. Web safe color of #390565 is #330066. Color #390565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000101 01100101
Octal 71 5 145
Decimal 57 5 101
Hex 39 5 65

RGB Percentages of Color #390565

%34.97
%3.07
%61.96

CMYK Percentages of Color #390565

%44
%95
%0
%60

Triadic Colors of #390565

#390565 #653905 #056539

Analogous Colors of #390565

#390565 #650561 #090565

Monochromatic Colors of #390565

#390565

Complementary Color

#390565 #316505

#390565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390565 Color CSS Codes

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

#390565 Text Font Color

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

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


#390565 Background Color

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

This div background color is #390565


#390565 Border Color

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

This div border color is #390565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390565


Comments

No comments written yet.

Please login to write comment.