Color Hex Logo

#323372 Color Hex

#323372
(50,51,114)
0 Favorites   0 Comments

Color spaces of #323372

RGB 5051114
HSL0.660.390.32
HSV239°56°45°
CMYK 0.560.550.00   0.55
XYZ5.53654.260716.4502
Yxy4.26070.21090.1623
Hunter Lab20.641511.7551-32.8021
CIE-Lab24.515219.1870-36.6668

#323372 color RGB value is (50,51,114).

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

The process color (four color CMYK) of #323372 color hex is 0.56, 0.55, 0.00, 0.55. Web safe color of #323372 is #333366. Color #323372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110011 01110010
Octal 62 63 162
Decimal 50 51 114
Hex 32 33 72

RGB Percentages of Color #323372

%23.26
%23.72
%53.02

CMYK Percentages of Color #323372

%56
%55
%0
%55

Triadic Colors of #323372

#323372 #723233 #337232

Analogous Colors of #323372

#323372 #513272 #325372

Monochromatic Colors of #323372

#323372

Complementary Color

#323372 #727132

#323372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323372 Color CSS Codes

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

#323372 Text Font Color

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

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


#323372 Background Color

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

This div background color is #323372


#323372 Border Color

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

This div border color is #323372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323372


Comments

No comments written yet.

Please login to write comment.