Color Hex Logo

#324ebd Color Hex

#324EBD
(50,78,189)
0 Favorites   0 Comments

Color spaces of #324ebd

RGB 5078189
HSL0.630.580.47
HSV228°74°74°
CMYK 0.740.590.00   0.26
XYZ13.22519.801049.3389
Yxy9.80100.18280.1354
Hunter Lab31.306520.6189-71.5260
CIE-Lab37.482928.5640-61.4053

#324ebd color RGB value is (50,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001110 10111101
Octal 62 116 275
Decimal 50 78 189
Hex 32 4E BD

RGB Percentages of Color #324ebd

%15.77
%24.61
%59.62

CMYK Percentages of Color #324ebd

%74
%59
%0
%26

Triadic Colors of #324ebd

#324ebd #bd324e #4ebd32

Analogous Colors of #324ebd

#324ebd #5b32bd #3294bd

Monochromatic Colors of #324ebd

#324ebd

Complementary Color

#324ebd #bda132

#324ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#324ebd Color CSS Codes

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

#324ebd Text Font Color

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

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


#324ebd Background Color

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

This div background color is #324ebd


#324ebd Border Color

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

This div border color is #324ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324ebd


Comments

No comments written yet.

Please login to write comment.