Color Hex Logo

#414eec Color Hex

#414EEC
(65,78,236)
0 Favorites   0 Comments

Color spaces of #414eec

RGB 6578236
HSL0.650.820.59
HSV235°72°93°
CMYK 0.720.670.00   0.07
XYZ20.044712.628780.7380
Yxy12.62870.17670.1114
Hunter Lab35.536938.4940-109.8281
CIE-Lab42.198446.7615-80.6819

#414eec color RGB value is (65,78,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001110 11101100
Octal 101 116 354
Decimal 65 78 236
Hex 41 4E EC

RGB Percentages of Color #414eec

%17.15
%20.58
%62.27

CMYK Percentages of Color #414eec

%72
%67
%0
%7

Triadic Colors of #414eec

#414eec #ec414e #4eec41

Analogous Colors of #414eec

#414eec #8a41ec #41a4ec

Monochromatic Colors of #414eec

#414eec

Complementary Color

#414eec #ecdf41

#414eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#414eec Color CSS Codes

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

#414eec Text Font Color

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

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


#414eec Background Color

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

This div background color is #414eec


#414eec Border Color

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

This div border color is #414eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414eec


Comments

No comments written yet.

Please login to write comment.