Color Hex Logo

#392cef Color Hex

#392CEF
(57,44,239)
0 Favorites   0 Comments

Color spaces of #392cef

RGB 5744239
HSL0.680.860.55
HSV244°82°94°
CMYK 0.760.820.00   0.06
XYZ18.16808.903282.4223
Yxy8.90320.16590.0813
Hunter Lab29.838256.4688-142.8903
CIE-Lab35.797264.7584-92.9685

#392cef color RGB value is (57,44,239).

#392cef hex color red value is 57, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #392cef hue: 0.68 , saturation: 0.86 and the lightness value of 392cef is 0.55.

The process color (four color CMYK) of #392cef color hex is 0.76, 0.82, 0.00, 0.06. Web safe color of #392cef is #3333ff. Color #392cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101100 11101111
Octal 71 54 357
Decimal 57 44 239
Hex 39 2C EF

RGB Percentages of Color #392cef

%16.76
%12.94
%70.29

CMYK Percentages of Color #392cef

%76
%82
%0
%6

Triadic Colors of #392cef

#392cef #ef392c #2cef39

Analogous Colors of #392cef

#392cef #9b2cef #2c81ef

Monochromatic Colors of #392cef

#392cef

Complementary Color

#392cef #e2ef2c

#392cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#392cef Color CSS Codes

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

#392cef Text Font Color

<p style="color:#392cef">Text here</p>

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


#392cef Background Color

<div style="background-color:#392cef">
Div content here</div>

This div background color is #392cef


#392cef Border Color

<div style="border:3px solid #392cef">
Div here</div>

This div border color is #392cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,44,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #392cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #392cef;
  -webkit-box-shadow: 1px 1px 3px 2px #392cef;
  box-shadow:         1px 1px 3px 2px #392cef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392cef


Comments

No comments written yet.

Please login to write comment.