Color Hex Logo

#326881 Color Hex

#326881
(50,104,129)
0 Favorites   0 Comments

Color spaces of #326881

RGB 50104129
HSL0.550.440.35
HSV199°61°51°
CMYK 0.610.190.00   0.49
XYZ10.228212.163722.5776
Yxy12.16370.22740.2705
Hunter Lab34.8765-8.6853-13.9683
CIE-Lab41.4751-9.9129-19.2825

#326881 color RGB value is (50,104,129).

#326881 hex color red value is 50, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #326881 hue: 0.55 , saturation: 0.44 and the lightness value of 326881 is 0.35.

The process color (four color CMYK) of #326881 color hex is 0.61, 0.19, 0.00, 0.49. Web safe color of #326881 is #336699. Color #326881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101000 10000001
Octal 62 150 201
Decimal 50 104 129
Hex 32 68 81

RGB Percentages of Color #326881

%17.67
%36.75
%45.58

CMYK Percentages of Color #326881

%61
%19
%0
%49

Triadic Colors of #326881

#326881 #813268 #688132

Analogous Colors of #326881

#326881 #324181 #328173

Monochromatic Colors of #326881

#326881

Complementary Color

#326881 #814b32

#326881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326881 Color CSS Codes

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

#326881 Text Font Color

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

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


#326881 Background Color

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

This div background color is #326881


#326881 Border Color

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

This div border color is #326881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326881


Comments

No comments written yet.

Please login to write comment.