Color Hex Logo

#327989 Color Hex

#327989
(50,121,137)
0 Favorites   0 Comments

Color spaces of #327989

RGB 50121137
HSL0.530.470.37
HSV191°64°54°
CMYK 0.640.120.00   0.46
XYZ12.668116.159026.1182
Yxy16.15900.23060.2941
Hunter Lab40.1983-14.0944-10.3840
CIE-Lab47.1824-16.9340-15.3324

#327989 color RGB value is (50,121,137).

#327989 hex color red value is 50, green value is 121 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #327989 hue: 0.53 , saturation: 0.47 and the lightness value of 327989 is 0.37.

The process color (four color CMYK) of #327989 color hex is 0.64, 0.12, 0.00, 0.46. Web safe color of #327989 is #336699. Color #327989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111001 10001001
Octal 62 171 211
Decimal 50 121 137
Hex 32 79 89

RGB Percentages of Color #327989

%16.23
%39.29
%44.48

CMYK Percentages of Color #327989

%64
%12
%0
%46

Triadic Colors of #327989

#327989 #893279 #798932

Analogous Colors of #327989

#327989 #324e89 #32896e

Monochromatic Colors of #327989

#327989

Complementary Color

#327989 #894232

#327989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#327989 Color CSS Codes

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

#327989 Text Font Color

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

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


#327989 Background Color

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

This div background color is #327989


#327989 Border Color

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

This div border color is #327989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327989


Comments

No comments written yet.

Please login to write comment.