Color Hex Logo

#326294 Color Hex

#326294
(50,98,148)
0 Favorites   0 Comments

Color spaces of #326294

RGB 5098148
HSL0.590.490.39
HSV211°66°58°
CMYK 0.660.340.00   0.42
XYZ11.028411.551629.6654
Yxy11.55160.21110.2211
Hunter Lab33.9876-1.5582-27.9587
CIE-Lab40.49440.3614-32.2521

#326294 color RGB value is (50,98,148).

#326294 hex color red value is 50, green value is 98 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #326294 hue: 0.59 , saturation: 0.49 and the lightness value of 326294 is 0.39.

The process color (four color CMYK) of #326294 color hex is 0.66, 0.34, 0.00, 0.42. Web safe color of #326294 is #336699. Color #326294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100010 10010100
Octal 62 142 224
Decimal 50 98 148
Hex 32 62 94

RGB Percentages of Color #326294

%16.89
%33.11
%50.00

CMYK Percentages of Color #326294

%66
%34
%0
%42

Triadic Colors of #326294

#326294 #943262 #629432

Analogous Colors of #326294

#326294 #333294 #329394

Monochromatic Colors of #326294

#326294

Complementary Color

#326294 #946432

#326294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326294 Color CSS Codes

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

#326294 Text Font Color

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

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


#326294 Background Color

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

This div background color is #326294


#326294 Border Color

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

This div border color is #326294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326294


Comments

No comments written yet.

Please login to write comment.