Color Hex Logo

#323193 Color Hex

#323193
(50,49,147)
0 Favorites   0 Comments

Color spaces of #323193

RGB 5049147
HSL0.670.500.38
HSV241°67°58°
CMYK 0.660.670.00   0.42
XYZ7.68024.981328.1605
Yxy4.98130.18810.1220
Hunter Lab22.318822.3662-59.1852
CIE-Lab26.681432.1914-53.8370

#323193 color RGB value is (50,49,147).

#323193 hex color red value is 50, green value is 49 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #323193 hue: 0.67 , saturation: 0.50 and the lightness value of 323193 is 0.38.

The process color (four color CMYK) of #323193 color hex is 0.66, 0.67, 0.00, 0.42. Web safe color of #323193 is #333399. Color #323193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00110001 10010011
Octal 62 61 223
Decimal 50 49 147
Hex 32 31 93

RGB Percentages of Color #323193

%20.33
%19.92
%59.76

CMYK Percentages of Color #323193

%66
%67
%0
%42

Triadic Colors of #323193

#323193 #933231 #319332

Analogous Colors of #323193

#323193 #633193 #316193

Monochromatic Colors of #323193

#323193

Complementary Color

#323193 #929331

#323193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#323193 Color CSS Codes

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

#323193 Text Font Color

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

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


#323193 Background Color

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

This div background color is #323193


#323193 Border Color

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

This div border color is #323193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323193


Comments

No comments written yet.

Please login to write comment.