Color Hex Logo

#321eef Color Hex

#321EEF
(50,30,239)
0 Favorites   0 Comments

Color spaces of #321eef

RGB 5030239
HSL0.680.870.53
HSV246°87°94°
CMYK 0.790.870.00   0.06
XYZ17.35977.838782.2594
Yxy7.83870.16150.0729
Hunter Lab27.997761.6813-154.6003
CIE-Lab33.644769.7004-96.5596

#321eef color RGB value is (50,30,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011110 11101111
Octal 62 36 357
Decimal 50 30 239
Hex 32 1E EF

RGB Percentages of Color #321eef

%15.67
%9.40
%74.92

CMYK Percentages of Color #321eef

%79
%87
%0
%6

Triadic Colors of #321eef

#321eef #ef321e #1eef32

Analogous Colors of #321eef

#321eef #9b1eef #1e73ef

Monochromatic Colors of #321eef

#321eef

Complementary Color

#321eef #dbef1e

#321eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#321eef Color CSS Codes

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

#321eef Text Font Color

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

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


#321eef Background Color

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

This div background color is #321eef


#321eef Border Color

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

This div border color is #321eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321eef


Comments

No comments written yet.

Please login to write comment.