Color Hex Logo

#416aee Color Hex

#416AEE
(65,106,238)
0 Favorites   0 Comments

Color spaces of #416aee

RGB 65106238
HSL0.630.840.59
HSV226°73°93°
CMYK 0.730.550.00   0.07
XYZ22.766617.604983.0871
Yxy17.60490.18440.1426
Hunter Lab41.958223.4276-88.0374
CIE-Lab49.013330.2903-70.6708

#416aee color RGB value is (65,106,238).

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

The process color (four color CMYK) of #416aee color hex is 0.73, 0.55, 0.00, 0.07. Web safe color of #416aee is #3366ff. Color #416aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101010 11101110
Octal 101 152 356
Decimal 65 106 238
Hex 41 6A EE

RGB Percentages of Color #416aee

%15.89
%25.92
%58.19

CMYK Percentages of Color #416aee

%73
%55
%0
%7

Triadic Colors of #416aee

#416aee #ee416a #6aee41

Analogous Colors of #416aee

#416aee #6f41ee #41c1ee

Monochromatic Colors of #416aee

#416aee

Complementary Color

#416aee #eec541

#416aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#416aee Color CSS Codes

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

#416aee Text Font Color

<p style="color:#416aee">Text here</p>

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


#416aee Background Color

<div style="background-color:#416aee">
Div content here</div>

This div background color is #416aee


#416aee Border Color

<div style="border:3px solid #416aee">
Div here</div>

This div border color is #416aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,106,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 #416aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416aee


Comments

No comments written yet.

Please login to write comment.