Color Hex Logo

#391247 Color Hex

#391247
(57,18,71)
0 Favorites   0 Comments

Color spaces of #391247

RGB 571871
HSL0.790.600.17
HSV284°75°28°
CMYK 0.200.750.00   0.72
XYZ3.04101.75746.1402
Yxy1.75740.27800.1607
Hunter Lab13.256717.7475-18.1821
CIE-Lab14.158928.7363-24.6976

#391247 color RGB value is (57,18,71).

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

The process color (four color CMYK) of #391247 color hex is 0.20, 0.75, 0.00, 0.72. Web safe color of #391247 is #330033. Color #391247 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00010010 01000111
Octal 71 22 107
Decimal 57 18 71
Hex 39 12 47

RGB Percentages of Color #391247

%39.04
%12.33
%48.63

CMYK Percentages of Color #391247

%20
%75
%0
%72

Triadic Colors of #391247

#391247 #473912 #124739

Analogous Colors of #391247

#391247 #47123b #1f1247

Monochromatic Colors of #391247

#391247

Complementary Color

#391247 #204712

#391247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391247 Color CSS Codes

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

#391247 Text Font Color

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

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


#391247 Background Color

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

This div background color is #391247


#391247 Border Color

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

This div border color is #391247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391247


Comments

No comments written yet.

Please login to write comment.