Color Hex Logo

#391449 Color Hex

#391449
(57,20,73)
0 Favorites   0 Comments

Color spaces of #391449

RGB 572073
HSL0.780.570.18
HSV282°73°29°
CMYK 0.220.730.00   0.71
XYZ3.14011.85126.4951
Yxy1.85120.27340.1612
Hunter Lab13.605917.3857-18.7794
CIE-Lab14.686228.1693-25.2386

#391449 color RGB value is (57,20,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00010100 01001001
Octal 71 24 111
Decimal 57 20 73
Hex 39 14 49

RGB Percentages of Color #391449

%38.00
%13.33
%48.67

CMYK Percentages of Color #391449

%22
%73
%0
%71

Triadic Colors of #391449

#391449 #493914 #144939

Analogous Colors of #391449

#391449 #49143f #1f1449

Monochromatic Colors of #391449

#391449

Complementary Color

#391449 #244914

#391449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391449 Color CSS Codes

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

#391449 Text Font Color

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

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


#391449 Background Color

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

This div background color is #391449


#391449 Border Color

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

This div border color is #391449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391449


Comments

No comments written yet.

Please login to write comment.