Color Hex Logo

#390eda Color Hex

#390EDA
(57,14,218)
0 Favorites   0 Comments

Color spaces of #390eda

RGB 5714218
HSL0.700.880.45
HSV253°94°85°
CMYK 0.740.940.00   0.15
XYZ14.49936.245966.7710
Yxy6.24590.16570.0714
Hunter Lab24.991859.8233-140.9118
CIE-Lab30.024668.7792-90.5653

#390eda color RGB value is (57,14,218).

#390eda hex color red value is 57, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #390eda hue: 0.70 , saturation: 0.88 and the lightness value of 390eda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001110 11011010
Octal 71 16 332
Decimal 57 14 218
Hex 39 E DA

RGB Percentages of Color #390eda

%19.72
%4.84
%75.43

CMYK Percentages of Color #390eda

%74
%94
%0
%15

Triadic Colors of #390eda

#390eda #da390e #0eda39

Analogous Colors of #390eda

#390eda #9f0eda #0e49da

Monochromatic Colors of #390eda

#390eda

Complementary Color

#390eda #afda0e

#390eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#390eda Color CSS Codes

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

#390eda Text Font Color

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

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


#390eda Background Color

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

This div background color is #390eda


#390eda Border Color

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

This div border color is #390eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,14,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 #390eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390eda


Comments

No comments written yet.

Please login to write comment.