Color Hex Logo

#390668 Color Hex

#390668
(57,6,104)
0 Favorites   0 Comments

Color spaces of #390668

RGB 576104
HSL0.750.890.22
HSV271°94°41°
CMYK 0.450.940.00   0.59
XYZ4.25121.999613.2586
Yxy1.99960.21790.1025
Hunter Lab14.140728.9171-45.6929
CIE-Lab15.485141.7729-44.8462

#390668 color RGB value is (57,6,104).

#390668 hex color red value is 57, green value is 6 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #390668 hue: 0.75 , saturation: 0.89 and the lightness value of 390668 is 0.22.

The process color (four color CMYK) of #390668 color hex is 0.45, 0.94, 0.00, 0.59. Web safe color of #390668 is #330066. Color #390668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000110 01101000
Octal 71 6 150
Decimal 57 6 104
Hex 39 6 68

RGB Percentages of Color #390668

%34.13
%3.59
%62.28

CMYK Percentages of Color #390668

%45
%94
%0
%59

Triadic Colors of #390668

#390668 #683906 #066839

Analogous Colors of #390668

#390668 #680666 #080668

Monochromatic Colors of #390668

#390668

Complementary Color

#390668 #356806

#390668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390668 Color CSS Codes

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

#390668 Text Font Color

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

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


#390668 Background Color

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

This div background color is #390668


#390668 Border Color

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

This div border color is #390668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390668


Comments

No comments written yet.

Please login to write comment.