Color Hex Logo

#390ffa Color Hex

#390FFA
(57,15,250)
0 Favorites   0 Comments

Color spaces of #390ffa

RGB 5715250
HSL0.700.960.52
HSV251°94°98°
CMYK 0.770.940.00   0.02
XYZ19.11358.113691.0012
Yxy8.11360.16170.0686
Hunter Lab28.484469.9288-169.4792
CIE-Lab34.218476.4761-101.8071

#390ffa color RGB value is (57,15,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001111 11111010
Octal 71 17 372
Decimal 57 15 250
Hex 39 F FA

RGB Percentages of Color #390ffa

%17.70
%4.66
%77.64

CMYK Percentages of Color #390ffa

%77
%94
%0
%2

Triadic Colors of #390ffa

#390ffa #fa390f #0ffa39

Analogous Colors of #390ffa

#390ffa #af0ffa #0f5bfa

Monochromatic Colors of #390ffa

#390ffa

Complementary Color

#390ffa #d0fa0f

#390ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#390ffa Color CSS Codes

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

#390ffa Text Font Color

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

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


#390ffa Background Color

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

This div background color is #390ffa


#390ffa Border Color

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

This div border color is #390ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390ffa


Comments

No comments written yet.

Please login to write comment.