Color Hex Logo

#391357 Color Hex

#391357
(57,19,87)
0 Favorites   0 Comments

Color spaces of #391357

RGB 571987
HSL0.760.640.21
HSV274°78°34°
CMYK 0.340.780.00   0.66
XYZ3.64052.02379.2156
Yxy2.02370.24470.1360
Hunter Lab14.225720.7851-28.4509
CIE-Lab15.611132.2882-33.3095

#391357 color RGB value is (57,19,87).

#391357 hex color red value is 57, green value is 19 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #391357 hue: 0.76 , saturation: 0.64 and the lightness value of 391357 is 0.21.

The process color (four color CMYK) of #391357 color hex is 0.34, 0.78, 0.00, 0.66. Web safe color of #391357 is #330066. Color #391357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00010011 01010111
Octal 71 23 127
Decimal 57 19 87
Hex 39 13 57

RGB Percentages of Color #391357

%34.97
%11.66
%53.37

CMYK Percentages of Color #391357

%34
%78
%0
%66

Triadic Colors of #391357

#391357 #573913 #135739

Analogous Colors of #391357

#391357 #571353 #171357

Monochromatic Colors of #391357

#391357

Complementary Color

#391357 #315713

#391357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#391357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#391357 Color CSS Codes

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

#391357 Text Font Color

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

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


#391357 Background Color

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

This div background color is #391357


#391357 Border Color

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

This div border color is #391357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #391357


Comments

No comments written yet.

Please login to write comment.