Color Hex Logo

#324fbe Color Hex

#324FBE
(50,79,190)
0 Favorites   0 Comments

Color spaces of #324fbe

RGB 5079190
HSL0.630.580.47
HSV228°74°75°
CMYK 0.740.580.00   0.25
XYZ13.40569.987849.9365
Yxy9.98780.18280.1362
Hunter Lab31.603520.4102-71.5614
CIE-Lab37.820528.2821-61.4409

#324fbe color RGB value is (50,79,190).

#324fbe hex color red value is 50, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #324fbe hue: 0.63 , saturation: 0.58 and the lightness value of 324fbe is 0.47.

The process color (four color CMYK) of #324fbe color hex is 0.74, 0.58, 0.00, 0.25. Web safe color of #324fbe is #3366cc. Color #324fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001111 10111110
Octal 62 117 276
Decimal 50 79 190
Hex 32 4F BE

RGB Percentages of Color #324fbe

%15.67
%24.76
%59.56

CMYK Percentages of Color #324fbe

%74
%58
%0
%25

Triadic Colors of #324fbe

#324fbe #be324f #4fbe32

Analogous Colors of #324fbe

#324fbe #5b32be #3295be

Monochromatic Colors of #324fbe

#324fbe

Complementary Color

#324fbe #bea132

#324fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#324fbe Color CSS Codes

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

#324fbe Text Font Color

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

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


#324fbe Background Color

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

This div background color is #324fbe


#324fbe Border Color

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

This div border color is #324fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324fbe


Comments

No comments written yet.

Please login to write comment.