Color Hex Logo

#414cee Color Hex

#414CEE
(65,76,238)
0 Favorites   0 Comments

Color spaces of #414cee

RGB 6576238
HSL0.660.840.59
HSV236°73°93°
CMYK 0.730.680.00   0.07
XYZ20.197012.465782.2305
Yxy12.46570.17580.1085
Hunter Lab35.306840.3227-113.3733
CIE-Lab41.946948.5973-82.2241

#414cee color RGB value is (65,76,238).

#414cee hex color red value is 65, green value is 76 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #414cee hue: 0.66 , saturation: 0.84 and the lightness value of 414cee is 0.59.

The process color (four color CMYK) of #414cee color hex is 0.73, 0.68, 0.00, 0.07. Web safe color of #414cee is #3333ff. Color #414cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001100 11101110
Octal 101 114 356
Decimal 65 76 238
Hex 41 4C EE

RGB Percentages of Color #414cee

%17.15
%20.05
%62.80

CMYK Percentages of Color #414cee

%73
%68
%0
%7

Triadic Colors of #414cee

#414cee #ee414c #4cee41

Analogous Colors of #414cee

#414cee #8d41ee #41a3ee

Monochromatic Colors of #414cee

#414cee

Complementary Color

#414cee #eee341

#414cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#414cee Color CSS Codes

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

#414cee Text Font Color

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

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


#414cee Background Color

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

This div background color is #414cee


#414cee Border Color

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

This div border color is #414cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414cee


Comments

No comments written yet.

Please login to write comment.