Color Hex Logo

#324ebf Color Hex

#324EBF
(50,78,191)
0 Favorites   0 Comments

Color spaces of #324ebf

RGB 5078191
HSL0.630.590.47
HSV228°74°75°
CMYK 0.740.590.00   0.25
XYZ13.44389.888550.4903
Yxy9.88850.18210.1339
Hunter Lab31.446021.2819-73.1850
CIE-Lab37.641629.3004-62.3175

#324ebf color RGB value is (50,78,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 10111111
Octal 62 116 277
Decimal 50 78 191
Hex 32 4E BF

RGB Percentages of Color #324ebf

%15.67
%24.45
%59.87

CMYK Percentages of Color #324ebf

%74
%59
%0
%25

Triadic Colors of #324ebf

#324ebf #bf324e #4ebf32

Analogous Colors of #324ebf

#324ebf #5c32bf #3295bf

Monochromatic Colors of #324ebf

#324ebf

Complementary Color

#324ebf #bfa332

#324ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#324ebf Color CSS Codes

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

#324ebf Text Font Color

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

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


#324ebf Background Color

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

This div background color is #324ebf


#324ebf Border Color

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

This div border color is #324ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324ebf


Comments

No comments written yet.

Please login to write comment.