Color Hex Logo

#324eac Color Hex

#324EAC
(50,78,172)
0 Favorites   0 Comments

Color spaces of #324eac

RGB 5078172
HSL0.630.550.44
HSV226°71°67°
CMYK 0.710.550.00   0.33
XYZ11.48629.105440.1819
Yxy9.10540.18900.1498
Hunter Lab30.175215.1397-57.8293
CIE-Lab36.186422.2589-53.4798

#324eac color RGB value is (50,78,172).

#324eac hex color red value is 50, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #324eac hue: 0.63 , saturation: 0.55 and the lightness value of 324eac is 0.44.

The process color (four color CMYK) of #324eac color hex is 0.71, 0.55, 0.00, 0.33. Web safe color of #324eac is #336699. Color #324eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 10101100
Octal 62 116 254
Decimal 50 78 172
Hex 32 4E AC

RGB Percentages of Color #324eac

%16.67
%26.00
%57.33

CMYK Percentages of Color #324eac

%71
%55
%0
%33

Triadic Colors of #324eac

#324eac #ac324e #4eac32

Analogous Colors of #324eac

#324eac #5332ac #328bac

Monochromatic Colors of #324eac

#324eac

Complementary Color

#324eac #ac9032

#324eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#324eac Color CSS Codes

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

#324eac Text Font Color

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

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


#324eac Background Color

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

This div background color is #324eac


#324eac Border Color

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

This div border color is #324eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324eac


Comments

No comments written yet.

Please login to write comment.