Color Hex Logo

#393eda Color Hex

#393EDA
(57,62,218)
0 Favorites   0 Comments

Color spaces of #393eda

RGB 5762218
HSL0.660.690.54
HSV238°74°85°
CMYK 0.740.720.00   0.15
XYZ16.06499.377167.2929
Yxy9.37710.17320.1011
Hunter Lab30.622140.0558-108.8562
CIE-Lab36.700449.2929-79.4967

#393eda color RGB value is (57,62,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111110 11011010
Octal 71 76 332
Decimal 57 62 218
Hex 39 3E DA

RGB Percentages of Color #393eda

%16.91
%18.40
%64.69

CMYK Percentages of Color #393eda

%74
%72
%0
%15

Triadic Colors of #393eda

#393eda #da393e #3eda39

Analogous Colors of #393eda

#393eda #8539da #398fda

Monochromatic Colors of #393eda

#393eda

Complementary Color

#393eda #dad539

#393eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#393eda Color CSS Codes

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

#393eda Text Font Color

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

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


#393eda Background Color

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

This div background color is #393eda


#393eda Border Color

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

This div border color is #393eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393eda


Comments

No comments written yet.

Please login to write comment.