Color Hex Logo

#393feb Color Hex

#393FEB
(57,63,235)
0 Favorites   0 Comments

Color spaces of #393feb

RGB 5763235
HSL0.660.820.57
HSV238°76°92°
CMYK 0.760.730.00   0.08
XYZ18.460210.423079.6361
Yxy10.42300.17010.0960
Hunter Lab32.284745.5672-123.6505
CIE-Lab38.591154.2516-86.0739

#393feb color RGB value is (57,63,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111111 11101011
Octal 71 77 353
Decimal 57 63 235
Hex 39 3F EB

RGB Percentages of Color #393feb

%16.06
%17.75
%66.20

CMYK Percentages of Color #393feb

%76
%73
%0
%8

Triadic Colors of #393feb

#393feb #eb393f #3feb39

Analogous Colors of #393feb

#393feb #8c39eb #3998eb

Monochromatic Colors of #393feb

#393feb

Complementary Color

#393feb #ebe539

#393feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#393feb Color CSS Codes

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

#393feb Text Font Color

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

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


#393feb Background Color

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

This div background color is #393feb


#393feb Border Color

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

This div border color is #393feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393feb


Comments

No comments written yet.

Please login to write comment.