Color Hex Logo

#326886 Color Hex

#326886
(50,104,134)
0 Favorites   0 Comments

Color spaces of #326886

RGB 50104134
HSL0.560.460.36
HSV201°63°53°
CMYK 0.630.220.00   0.47
XYZ10.568812.300024.3714
Yxy12.30000.22370.2604
Hunter Lab35.0714-7.5837-16.6512
CIE-Lab41.6890-8.2237-21.9692

#326886 color RGB value is (50,104,134).

#326886 hex color red value is 50, green value is 104 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #326886 hue: 0.56 , saturation: 0.46 and the lightness value of 326886 is 0.36.

The process color (four color CMYK) of #326886 color hex is 0.63, 0.22, 0.00, 0.47. Web safe color of #326886 is #336699. Color #326886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101000 10000110
Octal 62 150 206
Decimal 50 104 134
Hex 32 68 86

RGB Percentages of Color #326886

%17.36
%36.11
%46.53

CMYK Percentages of Color #326886

%63
%22
%0
%47

Triadic Colors of #326886

#326886 #863268 #688632

Analogous Colors of #326886

#326886 #323e86 #32867a

Monochromatic Colors of #326886

#326886

Complementary Color

#326886 #865032

#326886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326886 Color CSS Codes

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

#326886 Text Font Color

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

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


#326886 Background Color

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

This div background color is #326886


#326886 Border Color

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

This div border color is #326886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326886


Comments

No comments written yet.

Please login to write comment.