Color Hex Logo

#390ede Color Hex

#390EDE
(57,14,222)
0 Favorites   0 Comments

Color spaces of #390ede

RGB 5714222
HSL0.700.880.46
HSV252°94°87°
CMYK 0.740.940.00   0.13
XYZ15.02926.457969.5616
Yxy6.45790.16510.0709
Hunter Lab25.412461.0954-144.5064
CIE-Lab30.539569.7753-92.0124

#390ede color RGB value is (57,14,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001110 11011110
Octal 71 16 336
Decimal 57 14 222
Hex 39 E DE

RGB Percentages of Color #390ede

%19.45
%4.78
%75.77

CMYK Percentages of Color #390ede

%74
%94
%0
%13

Triadic Colors of #390ede

#390ede #de390e #0ede39

Analogous Colors of #390ede

#390ede #a10ede #0e4bde

Monochromatic Colors of #390ede

#390ede

Complementary Color

#390ede #b3de0e

#390ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#390ede Color CSS Codes

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

#390ede Text Font Color

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

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


#390ede Background Color

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

This div background color is #390ede


#390ede Border Color

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

This div border color is #390ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390ede


Comments

No comments written yet.

Please login to write comment.