Color Hex Logo

#390fed Color Hex

#390FED
(57,15,237)
0 Favorites   0 Comments

Color spaces of #390fed

RGB 5715237
HSL0.700.880.49
HSV251°94°93°
CMYK 0.760.940.00   0.07
XYZ17.14427.325980.6312
Yxy7.32590.16310.0697
Hunter Lab27.066465.6980-157.6793
CIE-Lab32.537673.2935-97.2585

#390fed color RGB value is (57,15,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001111 11101101
Octal 71 17 355
Decimal 57 15 237
Hex 39 F ED

RGB Percentages of Color #390fed

%18.45
%4.85
%76.70

CMYK Percentages of Color #390fed

%76
%94
%0
%7

Triadic Colors of #390fed

#390fed #ed390f #0fed39

Analogous Colors of #390fed

#390fed #a80fed #0f54ed

Monochromatic Colors of #390fed

#390fed

Complementary Color

#390fed #c3ed0f

#390fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#390fed Color CSS Codes

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

#390fed Text Font Color

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

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


#390fed Background Color

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

This div background color is #390fed


#390fed Border Color

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

This div border color is #390fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390fed


Comments

No comments written yet.

Please login to write comment.