Color Hex Logo

#414fe1 Color Hex

#414FE1
(65,79,225)
0 Favorites   0 Comments

Color spaces of #414fe1

RGB 6579225
HSL0.650.730.57
HSV235°71°88°
CMYK 0.710.650.00   0.12
XYZ18.566612.152072.6012
Yxy12.15200.17970.1176
Hunter Lab34.859734.0662-99.0795
CIE-Lab41.456742.4554-75.6629

#414fe1 color RGB value is (65,79,225).

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

The process color (four color CMYK) of #414fe1 color hex is 0.71, 0.65, 0.00, 0.12. Web safe color of #414fe1 is #3366cc. Color #414fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001111 11100001
Octal 101 117 341
Decimal 65 79 225
Hex 41 4F E1

RGB Percentages of Color #414fe1

%17.62
%21.41
%60.98

CMYK Percentages of Color #414fe1

%71
%65
%0
%12

Triadic Colors of #414fe1

#414fe1 #e1414f #4fe141

Analogous Colors of #414fe1

#414fe1 #8341e1 #419fe1

Monochromatic Colors of #414fe1

#414fe1

Complementary Color

#414fe1 #e1d341

#414fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414fe1 Color CSS Codes

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

#414fe1 Text Font Color

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

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


#414fe1 Background Color

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

This div background color is #414fe1


#414fe1 Border Color

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

This div border color is #414fe1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,79,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414fe1


Comments

No comments written yet.

Please login to write comment.