Color Hex Logo

#390bd4 Color Hex

#390BD4
(57,11,212)
0 Favorites   0 Comments

Color spaces of #390bd4

RGB 5711212
HSL0.700.900.44
HSV254°95°83°
CMYK 0.730.950.00   0.17
XYZ13.69075.862762.6974
Yxy5.86270.16650.0713
Hunter Lab24.213058.5560-136.5770
CIE-Lab29.063467.8605-88.6942

#390bd4 color RGB value is (57,11,212).

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

The process color (four color CMYK) of #390bd4 color hex is 0.73, 0.95, 0.00, 0.17. Web safe color of #390bd4 is #3300cc. Color #390bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00001011 11010100
Octal 71 13 324
Decimal 57 11 212
Hex 39 B D4

RGB Percentages of Color #390bd4

%20.36
%3.93
%75.71

CMYK Percentages of Color #390bd4

%73
%95
%0
%17

Triadic Colors of #390bd4

#390bd4 #d4390b #0bd439

Analogous Colors of #390bd4

#390bd4 #9e0bd4 #0b42d4

Monochromatic Colors of #390bd4

#390bd4

Complementary Color

#390bd4 #a6d40b

#390bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390bd4 Color CSS Codes

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

#390bd4 Text Font Color

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

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


#390bd4 Background Color

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

This div background color is #390bd4


#390bd4 Border Color

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

This div border color is #390bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390bd4


Comments

No comments written yet.

Please login to write comment.