Color Hex Logo

#391149 Color Hex

#391149
(57,17,73)
0 Favorites   0 Comments

Color spaces of #391149

RGB 571773
HSL0.790.620.18
HSV283°77°29°
CMYK 0.220.770.00   0.71
XYZ3.09041.75186.4786
Yxy1.75180.27300.1547
Hunter Lab13.235618.5161-19.7566
CIE-Lab14.126829.7294-26.1368

#391149 color RGB value is (57,17,73).

#391149 hex color red value is 57, green value is 17 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #391149 hue: 0.79 , saturation: 0.62 and the lightness value of 391149 is 0.18.

The process color (four color CMYK) of #391149 color hex is 0.22, 0.77, 0.00, 0.71. Web safe color of #391149 is #330033. Color #391149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00010001 01001001
Octal 71 21 111
Decimal 57 17 73
Hex 39 11 49

RGB Percentages of Color #391149

%38.78
%11.56
%49.66

CMYK Percentages of Color #391149

%22
%77
%0
%71

Triadic Colors of #391149

#391149 #493911 #114939

Analogous Colors of #391149

#391149 #49113d #1d1149

Monochromatic Colors of #391149

#391149

Complementary Color

#391149 #214911

#391149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391149 Color CSS Codes

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

#391149 Text Font Color

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

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


#391149 Background Color

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

This div background color is #391149


#391149 Border Color

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

This div border color is #391149


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,17,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #391149; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #391149;
  -webkit-box-shadow: 1px 1px 3px 2px #391149;
  box-shadow:         1px 1px 3px 2px #391149; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391149


Comments

No comments written yet.

Please login to write comment.