Color Hex Logo

#414fef Color Hex

#414FEF
(65,79,239)
0 Favorites   0 Comments

Color spaces of #414fef

RGB 6579239
HSL0.650.840.60
HSV235°73°94°
CMYK 0.730.670.00   0.06
XYZ20.555912.947883.0771
Yxy12.94780.17630.1111
Hunter Lab35.983139.0007-111.6997
CIE-Lab42.684547.1750-81.5753

#414fef color RGB value is (65,79,239).

#414fef hex color red value is 65, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #414fef hue: 0.65 , saturation: 0.84 and the lightness value of 414fef is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 11101111
Octal 101 117 357
Decimal 65 79 239
Hex 41 4F EF

RGB Percentages of Color #414fef

%16.97
%20.63
%62.40

CMYK Percentages of Color #414fef

%73
%67
%0
%6

Triadic Colors of #414fef

#414fef #ef414f #4fef41

Analogous Colors of #414fef

#414fef #8a41ef #41a6ef

Monochromatic Colors of #414fef

#414fef

Complementary Color

#414fef #efe141

#414fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fef Color CSS Codes

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

#414fef Text Font Color

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

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


#414fef Background Color

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

This div background color is #414fef


#414fef Border Color

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

This div border color is #414fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fef


Comments

No comments written yet.

Please login to write comment.