Color Hex Logo

#324fa1 Color Hex

#324FA1
(50,79,161)
0 Favorites   0 Comments

Color spaces of #324fa1

RGB 5079161
HSL0.620.530.41
HSV224°69°63°
CMYK 0.690.510.00   0.37
XYZ10.54448.843334.8694
Yxy8.84330.19430.1630
Hunter Lab29.737711.2516-48.7051
CIE-Lab35.680817.4884-47.7283

#324fa1 color RGB value is (50,79,161).

#324fa1 hex color red value is 50, green value is 79 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #324fa1 hue: 0.62 , saturation: 0.53 and the lightness value of 324fa1 is 0.41.

The process color (four color CMYK) of #324fa1 color hex is 0.69, 0.51, 0.00, 0.37. Web safe color of #324fa1 is #336699. Color #324fa1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001111 10100001
Octal 62 117 241
Decimal 50 79 161
Hex 32 4F A1

RGB Percentages of Color #324fa1

%17.24
%27.24
%55.52

CMYK Percentages of Color #324fa1

%69
%51
%0
%37

Triadic Colors of #324fa1

#324fa1 #a1324f #4fa132

Analogous Colors of #324fa1

#324fa1 #4c32a1 #3287a1

Monochromatic Colors of #324fa1

#324fa1

Complementary Color

#324fa1 #a18432

#324fa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324fa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324fa1 Color CSS Codes

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

#324fa1 Text Font Color

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

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


#324fa1 Background Color

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

This div background color is #324fa1


#324fa1 Border Color

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

This div border color is #324fa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324fa1


Comments

No comments written yet.

Please login to write comment.