Color Hex Logo

#390bee Color Hex

#390BEE
(57,11,238)
0 Favorites   0 Comments

Color spaces of #390bee

RGB 5711238
HSL0.700.910.49
HSV252°95°93°
CMYK 0.760.950.00   0.07
XYZ17.23967.282281.3859
Yxy7.28220.16280.0688
Hunter Lab26.985666.8092-159.9232
CIE-Lab32.440974.2333-97.9881

#390bee color RGB value is (57,11,238).

#390bee hex color red value is 57, green value is 11 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #390bee hue: 0.70 , saturation: 0.91 and the lightness value of 390bee is 0.49.

The process color (four color CMYK) of #390bee color hex is 0.76, 0.95, 0.00, 0.07. Web safe color of #390bee is #3300ff. Color #390bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 11101110
Octal 71 13 356
Decimal 57 11 238
Hex 39 B EE

RGB Percentages of Color #390bee

%18.63
%3.59
%77.78

CMYK Percentages of Color #390bee

%76
%95
%0
%7

Triadic Colors of #390bee

#390bee #ee390b #0bee39

Analogous Colors of #390bee

#390bee #ab0bee #0b4fee

Monochromatic Colors of #390bee

#390bee

Complementary Color

#390bee #c0ee0b

#390bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bee Color CSS Codes

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

#390bee Text Font Color

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

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


#390bee Background Color

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

This div background color is #390bee


#390bee Border Color

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

This div border color is #390bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bee


Comments

No comments written yet.

Please login to write comment.