Color Hex Logo

#326cb2 Color Hex

#326CB2
(50,108,178)
0 Favorites   0 Comments

Color spaces of #326cb2

RGB 50108178
HSL0.590.560.45
HSV213°72°70°
CMYK 0.720.390.00   0.30
XYZ14.713814.617644.1655
Yxy14.61760.20020.1989
Hunter Lab38.23301.7873-41.7268
CIE-Lab45.10595.0843-42.6936

#326cb2 color RGB value is (50,108,178).

#326cb2 hex color red value is 50, green value is 108 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #326cb2 hue: 0.59 , saturation: 0.56 and the lightness value of 326cb2 is 0.45.

The process color (four color CMYK) of #326cb2 color hex is 0.72, 0.39, 0.00, 0.30. Web safe color of #326cb2 is #336699. Color #326cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 10110010
Octal 62 154 262
Decimal 50 108 178
Hex 32 6C B2

RGB Percentages of Color #326cb2

%14.88
%32.14
%52.98

CMYK Percentages of Color #326cb2

%72
%39
%0
%30

Triadic Colors of #326cb2

#326cb2 #b2326c #6cb232

Analogous Colors of #326cb2

#326cb2 #3832b2 #32acb2

Monochromatic Colors of #326cb2

#326cb2

Complementary Color

#326cb2 #b27832

#326cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326cb2 Color CSS Codes

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

#326cb2 Text Font Color

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

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


#326cb2 Background Color

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

This div background color is #326cb2


#326cb2 Border Color

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

This div border color is #326cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,108,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #326cb2;
  box-shadow:         1px 1px 3px 2px #326cb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326cb2


Comments

No comments written yet.

Please login to write comment.