Color Hex Logo

#324cee Color Hex

#324CEE
(50,76,238)
0 Favorites   0 Comments

Color spaces of #324cee

RGB 5076238
HSL0.640.850.56
HSV232°79°93°
CMYK 0.790.680.00   0.07
XYZ19.332512.020082.1901
Yxy12.02000.17030.1059
Hunter Lab34.669938.8623-116.2869
CIE-Lab41.247947.2910-83.3995

#324cee color RGB value is (50,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001100 11101110
Octal 62 114 356
Decimal 50 76 238
Hex 32 4C EE

RGB Percentages of Color #324cee

%13.74
%20.88
%65.38

CMYK Percentages of Color #324cee

%79
%68
%0
%7

Triadic Colors of #324cee

#324cee #ee324c #4cee32

Analogous Colors of #324cee

#324cee #7632ee #32aaee

Monochromatic Colors of #324cee

#324cee

Complementary Color

#324cee #eed432

#324cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#324cee Color CSS Codes

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

#324cee Text Font Color

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

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


#324cee Background Color

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

This div background color is #324cee


#324cee Border Color

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

This div border color is #324cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324cee


Comments

No comments written yet.

Please login to write comment.