Color Hex Logo

#323eea Color Hex

#323EEA
(50,62,234)
0 Favorites   0 Comments

Color spaces of #323eea

RGB 5062234
HSL0.660.810.56
HSV236°79°92°
CMYK 0.790.740.00   0.08
XYZ17.889310.063978.8416
Yxy10.06390.16750.0942
Hunter Lab31.723745.1416-125.1447
CIE-Lab37.956953.9693-86.5663

#323eea color RGB value is (50,62,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111110 11101010
Octal 62 76 352
Decimal 50 62 234
Hex 32 3E EA

RGB Percentages of Color #323eea

%14.45
%17.92
%67.63

CMYK Percentages of Color #323eea

%79
%74
%0
%8

Triadic Colors of #323eea

#323eea #ea323e #3eea32

Analogous Colors of #323eea

#323eea #8232ea #329aea

Monochromatic Colors of #323eea

#323eea

Complementary Color

#323eea #eade32

#323eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#323eea Color CSS Codes

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

#323eea Text Font Color

<p style="color:#323eea">Text here</p>

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


#323eea Background Color

<div style="background-color:#323eea">
Div content here</div>

This div background color is #323eea


#323eea Border Color

<div style="border:3px solid #323eea">
Div here</div>

This div border color is #323eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323eea


Comments

No comments written yet.

Please login to write comment.