Color Hex Logo

#390af1 Color Hex

#390AF1
(57,10,241)
0 Favorites   0 Comments

Color spaces of #390af1

RGB 5710241
HSL0.700.920.49
HSV252°96°95°
CMYK 0.760.960.00   0.05
XYZ17.67317.437883.7233
Yxy7.43780.16240.0683
Hunter Lab27.272367.9455-162.9237
CIE-Lab32.783575.1094-99.1186

#390af1 color RGB value is (57,10,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001010 11110001
Octal 71 12 361
Decimal 57 10 241
Hex 39 A F1

RGB Percentages of Color #390af1

%18.51
%3.25
%78.25

CMYK Percentages of Color #390af1

%76
%96
%0
%5

Triadic Colors of #390af1

#390af1 #f1390a #0af139

Analogous Colors of #390af1

#390af1 #ad0af1 #0a4ff1

Monochromatic Colors of #390af1

#390af1

Complementary Color

#390af1 #c2f10a

#390af1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390af1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390af1 Color CSS Codes

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

#390af1 Text Font Color

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

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


#390af1 Background Color

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

This div background color is #390af1


#390af1 Border Color

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

This div border color is #390af1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390af1


Comments

No comments written yet.

Please login to write comment.