Color Hex Logo

#393eec Color Hex

#393EEC
(57,62,236)
0 Favorites   0 Comments

Color spaces of #393eec

RGB 5762236
HSL0.660.820.57
HSV238°76°93°
CMYK 0.760.740.00   0.07
XYZ18.550310.371280.3810
Yxy10.37120.16970.0949
Hunter Lab32.204346.4617-125.4429
CIE-Lab38.500655.1124-86.7902

#393eec color RGB value is (57,62,236).

#393eec hex color red value is 57, green value is 62 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #393eec hue: 0.66 , saturation: 0.82 and the lightness value of 393eec is 0.57.

The process color (four color CMYK) of #393eec color hex is 0.76, 0.74, 0.00, 0.07. Web safe color of #393eec is #3333ff. Color #393eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111110 11101100
Octal 71 76 354
Decimal 57 62 236
Hex 39 3E EC

RGB Percentages of Color #393eec

%16.06
%17.46
%66.48

CMYK Percentages of Color #393eec

%76
%74
%0
%7

Triadic Colors of #393eec

#393eec #ec393e #3eec39

Analogous Colors of #393eec

#393eec #8e39ec #3998ec

Monochromatic Colors of #393eec

#393eec

Complementary Color

#393eec #ece739

#393eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#393eec Color CSS Codes

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

#393eec Text Font Color

<p style="color:#393eec">Text here</p>

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


#393eec Background Color

<div style="background-color:#393eec">
Div content here</div>

This div background color is #393eec


#393eec Border Color

<div style="border:3px solid #393eec">
Div here</div>

This div border color is #393eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,62,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #393eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #393eec;
  -webkit-box-shadow: 1px 1px 3px 2px #393eec;
  box-shadow:         1px 1px 3px 2px #393eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393eec


Comments

No comments written yet.

Please login to write comment.