Color Hex Logo

#392ef7 Color Hex

#392EF7
(57,46,247)
0 Favorites   0 Comments

Color spaces of #392ef7

RGB 5746247
HSL0.680.930.57
HSV243°81°97°
CMYK 0.770.810.00   0.03
XYZ19.45289.539288.8117
Yxy9.53920.16510.0810
Hunter Lab30.885658.3756-148.8688
CIE-Lab37.002466.1993-95.4839

#392ef7 color RGB value is (57,46,247).

#392ef7 hex color red value is 57, green value is 46 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #392ef7 hue: 0.68 , saturation: 0.93 and the lightness value of 392ef7 is 0.57.

The process color (four color CMYK) of #392ef7 color hex is 0.77, 0.81, 0.00, 0.03. Web safe color of #392ef7 is #3333ff. Color #392ef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101110 11110111
Octal 71 56 367
Decimal 57 46 247
Hex 39 2E F7

RGB Percentages of Color #392ef7

%16.29
%13.14
%70.57

CMYK Percentages of Color #392ef7

%77
%81
%0
%3

Triadic Colors of #392ef7

#392ef7 #f7392e #2ef739

Analogous Colors of #392ef7

#392ef7 #9e2ef7 #2e88f7

Monochromatic Colors of #392ef7

#392ef7

Complementary Color

#392ef7 #ecf72e

#392ef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392ef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392ef7 Color CSS Codes

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

#392ef7 Text Font Color

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

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


#392ef7 Background Color

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

This div background color is #392ef7


#392ef7 Border Color

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

This div border color is #392ef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392ef7


Comments

No comments written yet.

Please login to write comment.