Color Hex Logo

#323fef Color Hex

#323FEF
(50,63,239)
0 Favorites   0 Comments

Color spaces of #323fef

RGB 5063239
HSL0.660.860.57
HSV236°79°94°
CMYK 0.790.740.00   0.06
XYZ18.672910.465182.6972
Yxy10.46510.16700.0936
Hunter Lab32.349846.4213-128.9207
CIE-Lab38.664655.0431-88.2273

#323fef color RGB value is (50,63,239).

#323fef hex color red value is 50, green value is 63 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #323fef hue: 0.66 , saturation: 0.86 and the lightness value of 323fef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111111 11101111
Octal 62 77 357
Decimal 50 63 239
Hex 32 3F EF

RGB Percentages of Color #323fef

%14.20
%17.90
%67.90

CMYK Percentages of Color #323fef

%79
%74
%0
%6

Triadic Colors of #323fef

#323fef #ef323f #3fef32

Analogous Colors of #323fef

#323fef #8432ef #329eef

Monochromatic Colors of #323fef

#323fef

Complementary Color

#323fef #efe232

#323fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#323fef Color CSS Codes

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

#323fef Text Font Color

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

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


#323fef Background Color

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

This div background color is #323fef


#323fef Border Color

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

This div border color is #323fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323fef


Comments

No comments written yet.

Please login to write comment.