Color Hex Logo

#321fef Color Hex

#321FEF
(50,31,239)
0 Favorites   0 Comments

Color spaces of #321fef

RGB 5031239
HSL0.680.870.53
HSV245°87°94°
CMYK 0.790.870.00   0.06
XYZ17.38547.890182.2680
Yxy7.89010.16170.0734
Hunter Lab28.089361.3232-153.9860
CIE-Lab33.752969.3736-96.3793

#321fef color RGB value is (50,31,239).

#321fef hex color red value is 50, green value is 31 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #321fef hue: 0.68 , saturation: 0.87 and the lightness value of 321fef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011111 11101111
Octal 62 37 357
Decimal 50 31 239
Hex 32 1F EF

RGB Percentages of Color #321fef

%15.63
%9.69
%74.69

CMYK Percentages of Color #321fef

%79
%87
%0
%6

Triadic Colors of #321fef

#321fef #ef321f #1fef32

Analogous Colors of #321fef

#321fef #9a1fef #1f74ef

Monochromatic Colors of #321fef

#321fef

Complementary Color

#321fef #dcef1f

#321fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#321fef Color CSS Codes

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

#321fef Text Font Color

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

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


#321fef Background Color

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

This div background color is #321fef


#321fef Border Color

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

This div border color is #321fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321fef


Comments

No comments written yet.

Please login to write comment.