Color Hex Logo

#321040 Color Hex

#321040
(50,16,64)
0 Favorites   0 Comments

Color spaces of #321040

RGB 501664
HSL0.780.600.16
HSV283°75°25°
CMYK 0.220.750.00   0.75
XYZ2.42611.41894.9965
Yxy1.41890.27440.1605
Hunter Lab11.911815.5100-16.5315
CIE-Lab12.082926.1708-23.1843

#321040 color RGB value is (50,16,64).

#321040 hex color red value is 50, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #321040 hue: 0.78 , saturation: 0.60 and the lightness value of 321040 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010000 01000000
Octal 62 20 100
Decimal 50 16 64
Hex 32 10 40

RGB Percentages of Color #321040

%38.46
%12.31
%49.23

CMYK Percentages of Color #321040

%22
%75
%0
%75

Triadic Colors of #321040

#321040 #403210 #104032

Analogous Colors of #321040

#321040 #401036 #1a1040

Monochromatic Colors of #321040

#321040

Complementary Color

#321040 #1e4010

#321040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321040 Color CSS Codes

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

#321040 Text Font Color

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

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


#321040 Background Color

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

This div background color is #321040


#321040 Border Color

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

This div border color is #321040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321040


Comments

No comments written yet.

Please login to write comment.