Color Hex Logo

#321444 Color Hex

#321444
(50,20,68)
0 Favorites   0 Comments

Color spaces of #321444

RGB 502068
HSL0.770.550.17
HSV278°71°27°
CMYK 0.260.710.00   0.73
XYZ2.60891.59585.6394
Yxy1.59580.26500.1621
Hunter Lab12.632514.7575-17.6255
CIE-Lab13.204624.9443-24.1984

#321444 color RGB value is (50,20,68).

#321444 hex color red value is 50, green value is 20 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #321444 hue: 0.77 , saturation: 0.55 and the lightness value of 321444 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 01000100
Octal 62 24 104
Decimal 50 20 68
Hex 32 14 44

RGB Percentages of Color #321444

%36.23
%14.49
%49.28

CMYK Percentages of Color #321444

%26
%71
%0
%73

Triadic Colors of #321444

#321444 #443214 #144432

Analogous Colors of #321444

#321444 #44143e #1a1444

Monochromatic Colors of #321444

#321444

Complementary Color

#321444 #264414

#321444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321444 Color CSS Codes

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

#321444 Text Font Color

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

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


#321444 Background Color

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

This div background color is #321444


#321444 Border Color

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

This div border color is #321444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321444


Comments

No comments written yet.

Please login to write comment.