Color Hex Logo

#393edb Color Hex

#393EDB
(57,62,219)
0 Favorites   0 Comments

Color spaces of #393edb

RGB 5762219
HSL0.660.690.54
HSV238°74°86°
CMYK 0.740.720.00   0.14
XYZ16.19619.429667.9843
Yxy9.42960.17300.1007
Hunter Lab30.707740.4076-109.7680
CIE-Lab36.798649.6203-79.9089

#393edb color RGB value is (57,62,219).

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

The process color (four color CMYK) of #393edb color hex is 0.74, 0.72, 0.00, 0.14. Web safe color of #393edb is #3333cc. Color #393edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111110 11011011
Octal 71 76 333
Decimal 57 62 219
Hex 39 3E DB

RGB Percentages of Color #393edb

%16.86
%18.34
%64.79

CMYK Percentages of Color #393edb

%74
%72
%0
%14

Triadic Colors of #393edb

#393edb #db393e #3edb39

Analogous Colors of #393edb

#393edb #8539db #398fdb

Monochromatic Colors of #393edb

#393edb

Complementary Color

#393edb #dbd639

#393edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#393edb Color CSS Codes

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

#393edb Text Font Color

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

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


#393edb Background Color

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

This div background color is #393edb


#393edb Border Color

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

This div border color is #393edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393edb


Comments

No comments written yet.

Please login to write comment.