Color Hex Logo

#323384 Color Hex

#323384
(50,51,132)
0 Favorites   0 Comments

Color spaces of #323384

RGB 5051132
HSL0.660.450.36
HSV239°62°52°
CMYK 0.620.610.00   0.48
XYZ6.66414.711722.3880
Yxy4.71170.19740.1395
Hunter Lab21.706516.8150-45.9571
CIE-Lab25.897125.5849-45.8089

#323384 color RGB value is (50,51,132).

#323384 hex color red value is 50, green value is 51 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #323384 hue: 0.66 , saturation: 0.45 and the lightness value of 323384 is 0.36.

The process color (four color CMYK) of #323384 color hex is 0.62, 0.61, 0.00, 0.48. Web safe color of #323384 is #333399. Color #323384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110011 10000100
Octal 62 63 204
Decimal 50 51 132
Hex 32 33 84

RGB Percentages of Color #323384

%21.46
%21.89
%56.65

CMYK Percentages of Color #323384

%62
%61
%0
%48

Triadic Colors of #323384

#323384 #843233 #338432

Analogous Colors of #323384

#323384 #5a3284 #325c84

Monochromatic Colors of #323384

#323384

Complementary Color

#323384 #848332

#323384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323384 Color CSS Codes

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

#323384 Text Font Color

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

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


#323384 Background Color

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

This div background color is #323384


#323384 Border Color

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

This div border color is #323384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323384


Comments

No comments written yet.

Please login to write comment.