Color Hex Logo

#391249 Color Hex

#391249
(57,18,73)
0 Favorites   0 Comments

Color spaces of #391249

RGB 571873
HSL0.780.600.18
HSV283°75°29°
CMYK 0.220.750.00   0.71
XYZ3.10621.78356.4839
Yxy1.78350.27310.1568
Hunter Lab13.354818.1466-19.4376
CIE-Lab14.307429.2223-25.8466

#391249 color RGB value is (57,18,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00010010 01001001
Octal 71 22 111
Decimal 57 18 73
Hex 39 12 49

RGB Percentages of Color #391249

%38.51
%12.16
%49.32

CMYK Percentages of Color #391249

%22
%75
%0
%71

Triadic Colors of #391249

#391249 #493912 #124939

Analogous Colors of #391249

#391249 #49123e #1d1249

Monochromatic Colors of #391249

#391249

Complementary Color

#391249 #224912

#391249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391249 Color CSS Codes

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

#391249 Text Font Color

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

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


#391249 Background Color

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

This div background color is #391249


#391249 Border Color

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

This div border color is #391249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391249


Comments

No comments written yet.

Please login to write comment.