Color Hex Logo

#390fbe Color Hex

#390FBE
(57,15,190)
0 Favorites   0 Comments

Color spaces of #390fbe

RGB 5715190
HSL0.710.850.40
HSV254°92°75°
CMYK 0.700.920.00   0.25
XYZ11.15244.929249.0788
Yxy4.92920.17120.0756
Hunter Lab22.201850.8109-115.5239
CIE-Lab26.532161.4543-80.0156

#390fbe color RGB value is (57,15,190).

#390fbe hex color red value is 57, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #390fbe hue: 0.71 , saturation: 0.85 and the lightness value of 390fbe is 0.40.

The process color (four color CMYK) of #390fbe color hex is 0.70, 0.92, 0.00, 0.25. Web safe color of #390fbe is #3300cc. Color #390fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001111 10111110
Octal 71 17 276
Decimal 57 15 190
Hex 39 F BE

RGB Percentages of Color #390fbe

%21.76
%5.73
%72.52

CMYK Percentages of Color #390fbe

%70
%92
%0
%25

Triadic Colors of #390fbe

#390fbe #be390f #0fbe39

Analogous Colors of #390fbe

#390fbe #910fbe #0f3dbe

Monochromatic Colors of #390fbe

#390fbe

Complementary Color

#390fbe #94be0f

#390fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#390fbe Color CSS Codes

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

#390fbe Text Font Color

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

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


#390fbe Background Color

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

This div background color is #390fbe


#390fbe Border Color

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

This div border color is #390fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390fbe


Comments

No comments written yet.

Please login to write comment.