Color Hex Logo

#391dd4 Color Hex

#391DD4
(57,29,212)
0 Favorites   0 Comments

Color spaces of #391dd4

RGB 5729212
HSL0.690.760.47
HSV249°86°83°
CMYK 0.730.860.00   0.17
XYZ14.01046.502162.8039
Yxy6.50210.16820.0780
Hunter Lab25.499253.4522-128.1803
CIE-Lab30.645463.0658-86.0607

#391dd4 color RGB value is (57,29,212).

#391dd4 hex color red value is 57, green value is 29 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #391dd4 hue: 0.69 , saturation: 0.76 and the lightness value of 391dd4 is 0.47.

The process color (four color CMYK) of #391dd4 color hex is 0.73, 0.86, 0.00, 0.17. Web safe color of #391dd4 is #3333cc. Color #391dd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00011101 11010100
Octal 71 35 324
Decimal 57 29 212
Hex 39 1D D4

RGB Percentages of Color #391dd4

%19.13
%9.73
%71.14

CMYK Percentages of Color #391dd4

%73
%86
%0
%17

Triadic Colors of #391dd4

#391dd4 #d4391d #1dd439

Analogous Colors of #391dd4

#391dd4 #951dd4 #1d5cd4

Monochromatic Colors of #391dd4

#391dd4

Complementary Color

#391dd4 #b8d41d

#391dd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391dd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391dd4 Color CSS Codes

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

#391dd4 Text Font Color

<p style="color:#391dd4">Text here</p>

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


#391dd4 Background Color

<div style="background-color:#391dd4">
Div content here</div>

This div background color is #391dd4


#391dd4 Border Color

<div style="border:3px solid #391dd4">
Div here</div>

This div border color is #391dd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391dd4


Comments

No comments written yet.

Please login to write comment.