Color Hex Logo

#390bbe Color Hex

#390BBE
(57,11,190)
0 Favorites   0 Comments

Color spaces of #390bbe

RGB 5711190
HSL0.710.890.39
HSV255°94°75°
CMYK 0.700.940.00   0.25
XYZ11.10134.826949.0618
Yxy4.82690.17080.0743
Hunter Lab21.970251.7462-117.0217
CIE-Lab26.235862.3570-80.5087

#390bbe color RGB value is (57,11,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 10111110
Octal 71 13 276
Decimal 57 11 190
Hex 39 B BE

RGB Percentages of Color #390bbe

%22.09
%4.26
%73.64

CMYK Percentages of Color #390bbe

%70
%94
%0
%25

Triadic Colors of #390bbe

#390bbe #be390b #0bbe39

Analogous Colors of #390bbe

#390bbe #930bbe #0b36be

Monochromatic Colors of #390bbe

#390bbe

Complementary Color

#390bbe #90be0b

#390bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bbe Color CSS Codes

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

#390bbe Text Font Color

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

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


#390bbe Background Color

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

This div background color is #390bbe


#390bbe Border Color

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

This div border color is #390bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,11,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 #390bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bbe


Comments

No comments written yet.

Please login to write comment.