Color Hex Logo

#390bce Color Hex

#390BCE
(57,11,206)
0 Favorites   0 Comments

Color spaces of #390bce

RGB 5711206
HSL0.710.900.43
HSV254°95°81°
CMYK 0.720.950.00   0.19
XYZ12.94765.565458.7843
Yxy5.56540.16750.0720
Hunter Lab23.591156.6825-131.2250
CIE-Lab28.288466.3704-86.4942

#390bce color RGB value is (57,11,206).

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

The process color (four color CMYK) of #390bce color hex is 0.72, 0.95, 0.00, 0.19. Web safe color of #390bce is #3300cc. Color #390bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 11001110
Octal 71 13 316
Decimal 57 11 206
Hex 39 B CE

RGB Percentages of Color #390bce

%20.80
%4.01
%75.18

CMYK Percentages of Color #390bce

%72
%95
%0
%19

Triadic Colors of #390bce

#390bce #ce390b #0bce39

Analogous Colors of #390bce

#390bce #9b0bce #0b3ece

Monochromatic Colors of #390bce

#390bce

Complementary Color

#390bce #a0ce0b

#390bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bce Color CSS Codes

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

#390bce Text Font Color

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

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


#390bce Background Color

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

This div background color is #390bce


#390bce Border Color

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

This div border color is #390bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bce


Comments

No comments written yet.

Please login to write comment.