Color Hex Logo

#414ede Color Hex

#414EDE
(65,78,222)
0 Favorites   0 Comments

Color spaces of #414ede

RGB 6578222
HSL0.650.700.56
HSV235°71°87°
CMYK 0.710.650.00   0.13
XYZ18.089211.846570.4404
Yxy11.84650.18020.1180
Hunter Lab34.418733.5801-97.2481
CIE-Lab40.971142.0402-74.7492

#414ede color RGB value is (65,78,222).

#414ede hex color red value is 65, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #414ede hue: 0.65 , saturation: 0.70 and the lightness value of 414ede is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 11011110
Octal 101 116 336
Decimal 65 78 222
Hex 41 4E DE

RGB Percentages of Color #414ede

%17.81
%21.37
%60.82

CMYK Percentages of Color #414ede

%71
%65
%0
%13

Triadic Colors of #414ede

#414ede #de414e #4ede41

Analogous Colors of #414ede

#414ede #8341de #419dde

Monochromatic Colors of #414ede

#414ede

Complementary Color

#414ede #ded141

#414ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#414ede Color CSS Codes

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

#414ede Text Font Color

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

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


#414ede Background Color

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

This div background color is #414ede


#414ede Border Color

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

This div border color is #414ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414ede


Comments

No comments written yet.

Please login to write comment.