Color Hex Logo

#326094 Color Hex

#326094
(50,96,148)
0 Favorites   0 Comments

Color spaces of #326094

RGB 5096148
HSL0.590.490.39
HSV212°66°58°
CMYK 0.660.350.00   0.42
XYZ10.843611.182029.6038
Yxy11.18200.21000.2166
Hunter Lab33.4395-0.6360-29.0815
CIE-Lab39.88531.6168-33.2124

#326094 color RGB value is (50,96,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100000 10010100
Octal 62 140 224
Decimal 50 96 148
Hex 32 60 94

RGB Percentages of Color #326094

%17.01
%32.65
%50.34

CMYK Percentages of Color #326094

%66
%35
%0
%42

Triadic Colors of #326094

#326094 #943260 #609432

Analogous Colors of #326094

#326094 #353294 #329194

Monochromatic Colors of #326094

#326094

Complementary Color

#326094 #946632

#326094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326094 Color CSS Codes

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

#326094 Text Font Color

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

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


#326094 Background Color

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

This div background color is #326094


#326094 Border Color

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

This div border color is #326094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326094


Comments

No comments written yet.

Please login to write comment.