Color Hex Logo

#324bea Color Hex

#324BEA
(50,75,234)
0 Favorites   0 Comments

Color spaces of #324bea

RGB 5075234
HSL0.640.810.56
HSV232°79°92°
CMYK 0.790.680.00   0.08
XYZ18.682811.650879.1060
Yxy11.65080.17070.1065
Hunter Lab34.133337.9685-113.5150
CIE-Lab40.655746.5121-82.1137

#324bea color RGB value is (50,75,234).

#324bea hex color red value is 50, green value is 75 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #324bea hue: 0.64 , saturation: 0.81 and the lightness value of 324bea is 0.56.

The process color (four color CMYK) of #324bea color hex is 0.79, 0.68, 0.00, 0.08. Web safe color of #324bea is #3333ff. Color #324bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001011 11101010
Octal 62 113 352
Decimal 50 75 234
Hex 32 4B EA

RGB Percentages of Color #324bea

%13.93
%20.89
%65.18

CMYK Percentages of Color #324bea

%79
%68
%0
%8

Triadic Colors of #324bea

#324bea #ea324b #4bea32

Analogous Colors of #324bea

#324bea #7532ea #32a7ea

Monochromatic Colors of #324bea

#324bea

Complementary Color

#324bea #ead132

#324bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#324bea Color CSS Codes

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

#324bea Text Font Color

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

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


#324bea Background Color

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

This div background color is #324bea


#324bea Border Color

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

This div border color is #324bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324bea


Comments

No comments written yet.

Please login to write comment.