Color Hex Logo

#326877 Color Hex

#326877
(50,104,119)
0 Favorites   0 Comments

Color spaces of #326877

RGB 50104119
HSL0.540.410.33
HSV193°58°47°
CMYK 0.580.130.00   0.53
XYZ9.595511.910619.2460
Yxy11.91060.23550.2923
Hunter Lab34.5117-10.7661-8.9058
CIE-Lab41.0737-13.1911-13.8395

#326877 color RGB value is (50,104,119).

#326877 hex color red value is 50, green value is 104 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #326877 hue: 0.54 , saturation: 0.41 and the lightness value of 326877 is 0.33.

The process color (four color CMYK) of #326877 color hex is 0.58, 0.13, 0.00, 0.53. Web safe color of #326877 is #336666. Color #326877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101000 01110111
Octal 62 150 167
Decimal 50 104 119
Hex 32 68 77

RGB Percentages of Color #326877

%18.32
%38.10
%43.59

CMYK Percentages of Color #326877

%58
%13
%0
%53

Triadic Colors of #326877

#326877 #773268 #687732

Analogous Colors of #326877

#326877 #324677 #327764

Monochromatic Colors of #326877

#326877

Complementary Color

#326877 #774132

#326877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#326877 Color CSS Codes

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

#326877 Text Font Color

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

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


#326877 Background Color

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

This div background color is #326877


#326877 Border Color

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

This div border color is #326877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326877


Comments

No comments written yet.

Please login to write comment.