Color Hex Logo

#412fef Color Hex

#412FEF
(65,47,239)
0 Favorites   0 Comments

Color spaces of #412fef

RGB 6547239
HSL0.680.860.56
HSV246°80°94°
CMYK 0.730.800.00   0.06
XYZ18.77659.388882.4840
Yxy9.38880.16970.0849
Hunter Lab30.641155.7605-138.1561
CIE-Lab36.722363.9512-91.4189

#412fef color RGB value is (65,47,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00101111 11101111
Octal 101 57 357
Decimal 65 47 239
Hex 41 2F EF

RGB Percentages of Color #412fef

%18.52
%13.39
%68.09

CMYK Percentages of Color #412fef

%73
%80
%0
%6

Triadic Colors of #412fef

#412fef #ef412f #2fef41

Analogous Colors of #412fef

#412fef #a12fef #2f7def

Monochromatic Colors of #412fef

#412fef

Complementary Color

#412fef #ddef2f

#412fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#412fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#412fef Color CSS Codes

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

#412fef Text Font Color

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

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


#412fef Background Color

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

This div background color is #412fef


#412fef Border Color

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

This div border color is #412fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #412fef


Comments

No comments written yet.

Please login to write comment.