Color Hex Logo

#401bff Color Hex

#401BFF
(64,27,255)
0 Favorites   0 Comments

Color spaces of #401bff

RGB 6427255
HSL0.691.000.55
HSV250°89°100°
CMYK 0.750.890.00   0.00
XYZ20.55639.093995.2796
Yxy9.09390.16450.0728
Hunter Lab30.156168.9037-166.2203
CIE-Lab36.164575.2805-101.3591

#401bff color RGB value is (64,27,255).

#401bff hex color red value is 64, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #401bff hue: 0.69 , saturation: 1.00 and the lightness value of 401bff is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011011 11111111
Octal 100 33 377
Decimal 64 27 255
Hex 40 1B FF

RGB Percentages of Color #401bff

%18.50
%7.80
%73.70

CMYK Percentages of Color #401bff

%75
%89
%0
%0

Triadic Colors of #401bff

#401bff #ff401b #1bff40

Analogous Colors of #401bff

#401bff #b21bff #1b68ff

Monochromatic Colors of #401bff

#401bff

Complementary Color

#401bff #daff1b

#401bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#401bff Color CSS Codes

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

#401bff Text Font Color

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

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


#401bff Background Color

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

This div background color is #401bff


#401bff Border Color

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

This div border color is #401bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,27,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401bff


Comments

No comments written yet.

Please login to write comment.