Color Hex Logo

#324e6e Color Hex

#324E6E
(50,78,110)
0 Favorites   0 Comments

Color spaces of #324e6e

RGB 5078110
HSL0.590.380.31
HSV212°55°43°
CMYK 0.550.290.00   0.57
XYZ6.85437.252715.7905
Yxy7.25270.22930.2426
Hunter Lab26.9308-1.6981-15.9122
CIE-Lab32.3754-0.3957-21.6714

#324e6e color RGB value is (50,78,110).

#324e6e hex color red value is 50, green value is 78 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #324e6e hue: 0.59 , saturation: 0.38 and the lightness value of 324e6e is 0.31.

The process color (four color CMYK) of #324e6e color hex is 0.55, 0.29, 0.00, 0.57. Web safe color of #324e6e is #336666. Color #324e6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 01101110
Octal 62 116 156
Decimal 50 78 110
Hex 32 4E 6E

RGB Percentages of Color #324e6e

%21.01
%32.77
%46.22

CMYK Percentages of Color #324e6e

%55
%29
%0
%57

Triadic Colors of #324e6e

#324e6e #6e324e #4e6e32

Analogous Colors of #324e6e

#324e6e #34326e #326c6e

Monochromatic Colors of #324e6e

#324e6e

Complementary Color

#324e6e #6e5232

#324e6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324e6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#324e6e Color CSS Codes

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

#324e6e Text Font Color

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

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


#324e6e Background Color

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

This div background color is #324e6e


#324e6e Border Color

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

This div border color is #324e6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,78,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #324e6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #324e6e;
  -webkit-box-shadow: 1px 1px 3px 2px #324e6e;
  box-shadow:         1px 1px 3px 2px #324e6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324e6e

#324e6e Color Palettes


Comments

No comments written yet.

Please login to write comment.