Color Hex Logo

#401afa Color Hex

#401AFA
(64,26,250)
0 Favorites   0 Comments

Color spaces of #401afa

RGB 6426250
HSL0.690.960.54
HSV250°90°98°
CMYK 0.740.900.00   0.02
XYZ19.73918.730991.0873
Yxy8.73090.16510.0730
Hunter Lab29.548167.5347-162.0884
CIE-Lab35.460974.2819-99.7242

#401afa color RGB value is (64,26,250).

#401afa hex color red value is 64, green value is 26 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #401afa hue: 0.69 , saturation: 0.96 and the lightness value of 401afa is 0.54.

The process color (four color CMYK) of #401afa color hex is 0.74, 0.90, 0.00, 0.02. Web safe color of #401afa is #3333ff. Color #401afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011010 11111010
Octal 100 32 372
Decimal 64 26 250
Hex 40 1A FA

RGB Percentages of Color #401afa

%18.82
%7.65
%73.53

CMYK Percentages of Color #401afa

%74
%90
%0
%2

Triadic Colors of #401afa

#401afa #fa401a #1afa40

Analogous Colors of #401afa

#401afa #b01afa #1a64fa

Monochromatic Colors of #401afa

#401afa

Complementary Color

#401afa #d4fa1a

#401afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#401afa Color CSS Codes

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

#401afa Text Font Color

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

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


#401afa Background Color

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

This div background color is #401afa


#401afa Border Color

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

This div border color is #401afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401afa


Comments

No comments written yet.

Please login to write comment.