Color Hex Logo

#393eff Color Hex

#393EFF
(57,62,255)
0 Favorites   0 Comments

Color spaces of #393eff

RGB 5762255
HSL0.661.000.61
HSV238°78°100°
CMYK 0.780.760.00   0.00
XYZ21.460011.535195.7032
Yxy11.53510.16670.0896
Hunter Lab33.963453.3507-143.2952
CIE-Lab40.467561.0681-94.2231

#393eff color RGB value is (57,62,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111110 11111111
Octal 71 76 377
Decimal 57 62 255
Hex 39 3E FF

RGB Percentages of Color #393eff

%15.24
%16.58
%68.18

CMYK Percentages of Color #393eff

%78
%76
%0
%0

Triadic Colors of #393eff

#393eff #ff393e #3eff39

Analogous Colors of #393eff

#393eff #9739ff #39a1ff

Monochromatic Colors of #393eff

#393eff

Complementary Color

#393eff #fffa39

#393eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#393eff Color CSS Codes

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

#393eff Text Font Color

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

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


#393eff Background Color

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

This div background color is #393eff


#393eff Border Color

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

This div border color is #393eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393eff


Comments

No comments written yet.

Please login to write comment.