Color Hex Logo

#402fef Color Hex

#402FEF
(64,47,239)
0 Favorites   0 Comments

Color spaces of #402fef

RGB 6447239
HSL0.680.860.56
HSV245°80°94°
CMYK 0.730.800.00   0.06
XYZ18.71099.355082.4809
Yxy9.35500.16930.0846
Hunter Lab30.585955.6717-138.4768
CIE-Lab36.659063.8848-91.5259

#402fef color RGB value is (64,47,239).

#402fef hex color red value is 64, green value is 47 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #402fef hue: 0.68 , saturation: 0.86 and the lightness value of 402fef is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101111 11101111
Octal 100 57 357
Decimal 64 47 239
Hex 40 2F EF

RGB Percentages of Color #402fef

%18.29
%13.43
%68.29

CMYK Percentages of Color #402fef

%73
%80
%0
%6

Triadic Colors of #402fef

#402fef #ef402f #2fef40

Analogous Colors of #402fef

#402fef #a02fef #2f7eef

Monochromatic Colors of #402fef

#402fef

Complementary Color

#402fef #deef2f

#402fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#402fef Color CSS Codes

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

#402fef Text Font Color

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

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


#402fef Background Color

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

This div background color is #402fef


#402fef Border Color

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

This div border color is #402fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402fef


Comments

No comments written yet.

Please login to write comment.