Color Hex Logo

#324ebe Color Hex

#324EBE
(50,78,190)
0 Favorites   0 Comments

Color spaces of #324ebe

RGB 5078190
HSL0.630.580.47
HSV228°74°75°
CMYK 0.740.590.00   0.25
XYZ13.33409.844649.9126
Yxy9.84460.18240.1347
Hunter Lab31.376120.9495-72.3543
CIE-Lab37.562128.9319-61.8619

#324ebe color RGB value is (50,78,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 10111110
Octal 62 116 276
Decimal 50 78 190
Hex 32 4E BE

RGB Percentages of Color #324ebe

%15.72
%24.53
%59.75

CMYK Percentages of Color #324ebe

%74
%59
%0
%25

Triadic Colors of #324ebe

#324ebe #be324e #4ebe32

Analogous Colors of #324ebe

#324ebe #5c32be #3294be

Monochromatic Colors of #324ebe

#324ebe

Complementary Color

#324ebe #bea232

#324ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#324ebe Color CSS Codes

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

#324ebe Text Font Color

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

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


#324ebe Background Color

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

This div background color is #324ebe


#324ebe Border Color

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

This div border color is #324ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324ebe


Comments

No comments written yet.

Please login to write comment.