Color Hex Logo

#327796 Color Hex

#327796
(50,119,150)
0 Favorites   0 Comments

Color spaces of #327796

RGB 50119150
HSL0.550.500.39
HSV199°67°59°
CMYK 0.670.210.00   0.41
XYZ13.417216.073831.2495
Yxy16.07380.22090.2646
Hunter Lab40.0921-10.4246-18.1486
CIE-Lab47.0712-11.5163-23.1808

#327796 color RGB value is (50,119,150).

#327796 hex color red value is 50, green value is 119 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #327796 hue: 0.55 , saturation: 0.50 and the lightness value of 327796 is 0.39.

The process color (four color CMYK) of #327796 color hex is 0.67, 0.21, 0.00, 0.41. Web safe color of #327796 is #336699. Color #327796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01110111 10010110
Octal 62 167 226
Decimal 50 119 150
Hex 32 77 96

RGB Percentages of Color #327796

%15.67
%37.30
%47.02

CMYK Percentages of Color #327796

%67
%21
%0
%41

Triadic Colors of #327796

#327796 #963277 #779632

Analogous Colors of #327796

#327796 #324596 #329683

Monochromatic Colors of #327796

#327796

Complementary Color

#327796 #965132

#327796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327796 Color CSS Codes

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

#327796 Text Font Color

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

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


#327796 Background Color

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

This div background color is #327796


#327796 Border Color

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

This div border color is #327796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327796


Comments

No comments written yet.

Please login to write comment.