Color Hex Logo

#321139 Color Hex

#321139
(50,17,57)
0 Favorites   0 Comments

Color spaces of #321139

RGB 501757
HSL0.800.540.15
HSV290°70°22°
CMYK 0.120.700.00   0.78
XYZ2.25441.37444.0174
Yxy1.37440.29480.1797
Hunter Lab11.723513.8091-12.1110
CIE-Lab11.786223.8914-18.6750

#321139 color RGB value is (50,17,57).

#321139 hex color red value is 50, green value is 17 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #321139 hue: 0.80 , saturation: 0.54 and the lightness value of 321139 is 0.15.

The process color (four color CMYK) of #321139 color hex is 0.12, 0.70, 0.00, 0.78. Web safe color of #321139 is #330033. Color #321139 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010001 00111001
Octal 62 21 71
Decimal 50 17 57
Hex 32 11 39

RGB Percentages of Color #321139

%40.32
%13.71
%45.97

CMYK Percentages of Color #321139

%12
%70
%0
%78

Triadic Colors of #321139

#321139 #393211 #113932

Analogous Colors of #321139

#321139 #39112c #1e1139

Monochromatic Colors of #321139

#321139

Complementary Color

#321139 #183911

#321139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321139 Color CSS Codes

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

#321139 Text Font Color

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

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


#321139 Background Color

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

This div background color is #321139


#321139 Border Color

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

This div border color is #321139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321139


Comments

No comments written yet.

Please login to write comment.