Color Hex Logo

#401bef Color Hex

#401BEF
(64,27,239)
0 Favorites   0 Comments

Color spaces of #401bef

RGB 6427239
HSL0.700.870.52
HSV250°89°94°
CMYK 0.730.890.00   0.06
XYZ18.08638.105882.2727
Yxy8.10580.16670.0747
Hunter Lab28.470763.5703-151.4028
CIE-Lab34.202371.2009-95.6081

#401bef color RGB value is (64,27,239).

#401bef hex color red value is 64, green value is 27 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #401bef hue: 0.70 , saturation: 0.87 and the lightness value of 401bef is 0.52.

The process color (four color CMYK) of #401bef color hex is 0.73, 0.89, 0.00, 0.06. Web safe color of #401bef is #3333ff. Color #401bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011011 11101111
Octal 100 33 357
Decimal 64 27 239
Hex 40 1B EF

RGB Percentages of Color #401bef

%19.39
%8.18
%72.42

CMYK Percentages of Color #401bef

%73
%89
%0
%6

Triadic Colors of #401bef

#401bef #ef401b #1bef40

Analogous Colors of #401bef

#401bef #aa1bef #1b60ef

Monochromatic Colors of #401bef

#401bef

Complementary Color

#401bef #caef1b

#401bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#401bef Color CSS Codes

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

#401bef Text Font Color

<p style="color:#401bef">Text here</p>

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


#401bef Background Color

<div style="background-color:#401bef">
Div content here</div>

This div background color is #401bef


#401bef Border Color

<div style="border:3px solid #401bef">
Div here</div>

This div border color is #401bef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,27,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #401bef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #401bef;
  -webkit-box-shadow: 1px 1px 3px 2px #401bef;
  box-shadow:         1px 1px 3px 2px #401bef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,27,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 #401bef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401bef


Comments

No comments written yet.

Please login to write comment.