Color Hex Logo

#390ff6 Color Hex

#390FF6
(57,15,246)
0 Favorites   0 Comments

Color spaces of #390ff6

RGB 5715246
HSL0.700.930.51
HSV251°94°96°
CMYK 0.770.940.00   0.04
XYZ18.49277.865387.7323
Yxy7.86530.16210.0689
Hunter Lab28.045168.6222-165.8425
CIE-Lab33.700875.5007-100.4162

#390ff6 color RGB value is (57,15,246).

#390ff6 hex color red value is 57, green value is 15 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #390ff6 hue: 0.70 , saturation: 0.93 and the lightness value of 390ff6 is 0.51.

The process color (four color CMYK) of #390ff6 color hex is 0.77, 0.94, 0.00, 0.04. Web safe color of #390ff6 is #3300ff. Color #390ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001111 11110110
Octal 71 17 366
Decimal 57 15 246
Hex 39 F F6

RGB Percentages of Color #390ff6

%17.92
%4.72
%77.36

CMYK Percentages of Color #390ff6

%77
%94
%0
%4

Triadic Colors of #390ff6

#390ff6 #f6390f #0ff639

Analogous Colors of #390ff6

#390ff6 #ad0ff6 #0f59f6

Monochromatic Colors of #390ff6

#390ff6

Complementary Color

#390ff6 #ccf60f

#390ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390ff6 Color CSS Codes

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

#390ff6 Text Font Color

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

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


#390ff6 Background Color

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

This div background color is #390ff6


#390ff6 Border Color

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

This div border color is #390ff6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,15,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #390ff6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #390ff6;
  -webkit-box-shadow: 1px 1px 3px 2px #390ff6;
  box-shadow:         1px 1px 3px 2px #390ff6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390ff6


Comments

No comments written yet.

Please login to write comment.