Color Hex Logo

#321744 Color Hex

#321744
(50,23,68)
0 Favorites   0 Comments

Color spaces of #321744

RGB 502368
HSL0.770.490.18
HSV276°66°27°
CMYK 0.260.660.00   0.73
XYZ2.66521.70835.6581
Yxy1.70830.26570.1703
Hunter Lab13.070213.5259-16.5176
CIE-Lab13.875323.1303-23.1243

#321744 color RGB value is (50,23,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010111 01000100
Octal 62 27 104
Decimal 50 23 68
Hex 32 17 44

RGB Percentages of Color #321744

%35.46
%16.31
%48.23

CMYK Percentages of Color #321744

%26
%66
%0
%73

Triadic Colors of #321744

#321744 #443217 #174432

Analogous Colors of #321744

#321744 #441740 #1c1744

Monochromatic Colors of #321744

#321744

Complementary Color

#321744 #294417

#321744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321744 Color CSS Codes

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

#321744 Text Font Color

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

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


#321744 Background Color

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

This div background color is #321744


#321744 Border Color

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

This div border color is #321744


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,23,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 #321744">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321744


Comments

No comments written yet.

Please login to write comment.