Color Hex Logo

#390ded Color Hex

#390DED
(57,13,237)
0 Favorites   0 Comments

Color spaces of #390ded

RGB 5713237
HSL0.700.900.49
HSV252°95°93°
CMYK 0.760.950.00   0.07
XYZ17.11737.272180.6222
Yxy7.27210.16300.0693
Hunter Lab26.966866.1116-158.3814
CIE-Lab32.418573.6590-97.4572

#390ded color RGB value is (57,13,237).

#390ded hex color red value is 57, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #390ded hue: 0.70 , saturation: 0.90 and the lightness value of 390ded is 0.49.

The process color (four color CMYK) of #390ded color hex is 0.76, 0.95, 0.00, 0.07. Web safe color of #390ded is #3300ff. Color #390ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001101 11101101
Octal 71 15 355
Decimal 57 13 237
Hex 39 D ED

RGB Percentages of Color #390ded

%18.57
%4.23
%77.20

CMYK Percentages of Color #390ded

%76
%95
%0
%7

Triadic Colors of #390ded

#390ded #ed390d #0ded39

Analogous Colors of #390ded

#390ded #a90ded #0d51ed

Monochromatic Colors of #390ded

#390ded

Complementary Color

#390ded #c1ed0d

#390ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#390ded Color CSS Codes

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

#390ded Text Font Color

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

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


#390ded Background Color

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

This div background color is #390ded


#390ded Border Color

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

This div border color is #390ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390ded


Comments

No comments written yet.

Please login to write comment.