Color Hex Logo

#324aac Color Hex

#324AAC
(50,74,172)
0 Favorites   0 Comments

Color spaces of #324aac

RGB 5074172
HSL0.630.550.44
HSV228°71°67°
CMYK 0.710.570.00   0.33
XYZ11.21068.554240.0900
Yxy8.55420.18730.1429
Hunter Lab29.247617.2359-60.7962
CIE-Lab35.111424.8996-55.2239

#324aac color RGB value is (50,74,172).

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

The process color (four color CMYK) of #324aac color hex is 0.71, 0.57, 0.00, 0.33. Web safe color of #324aac is #333399. Color #324aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001010 10101100
Octal 62 112 254
Decimal 50 74 172
Hex 32 4A AC

RGB Percentages of Color #324aac

%16.89
%25.00
%58.11

CMYK Percentages of Color #324aac

%71
%57
%0
%33

Triadic Colors of #324aac

#324aac #ac324a #4aac32

Analogous Colors of #324aac

#324aac #5732ac #3287ac

Monochromatic Colors of #324aac

#324aac

Complementary Color

#324aac #ac9432

#324aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#324aac Color CSS Codes

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

#324aac Text Font Color

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

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


#324aac Background Color

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

This div background color is #324aac


#324aac Border Color

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

This div border color is #324aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,74,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 #324aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324aac


Comments

No comments written yet.

Please login to write comment.