Color Hex Logo

#414edd Color Hex

#414EDD
(65,78,221)
0 Favorites   0 Comments

Color spaces of #414edd

RGB 6578221
HSL0.650.700.56
HSV235°71°87°
CMYK 0.710.650.00   0.13
XYZ17.955511.793169.7365
Yxy11.79310.18050.1185
Hunter Lab34.341133.2332-96.3616
CIE-Lab40.885441.6994-74.3189

#414edd color RGB value is (65,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 11011101
Octal 101 116 335
Decimal 65 78 221
Hex 41 4E DD

RGB Percentages of Color #414edd

%17.86
%21.43
%60.71

CMYK Percentages of Color #414edd

%71
%65
%0
%13

Triadic Colors of #414edd

#414edd #dd414e #4edd41

Analogous Colors of #414edd

#414edd #8241dd #419cdd

Monochromatic Colors of #414edd

#414edd

Complementary Color

#414edd #ddd041

#414edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#414edd Color CSS Codes

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

#414edd Text Font Color

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

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


#414edd Background Color

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

This div background color is #414edd


#414edd Border Color

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

This div border color is #414edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414edd


Comments

No comments written yet.

Please login to write comment.