Color Hex Logo

#416ede Color Hex

#416EDE
(65,110,222)
0 Favorites   0 Comments

Color spaces of #416ede

RGB 65110222
HSL0.620.700.56
HSV223°71°87°
CMYK 0.710.500.00   0.13
XYZ20.940717.549671.3910
Yxy17.54960.19060.1597
Hunter Lab41.892215.9155-71.7150
CIE-Lab48.945222.0503-61.7754

#416ede color RGB value is (65,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101110 11011110
Octal 101 156 336
Decimal 65 110 222
Hex 41 6E DE

RGB Percentages of Color #416ede

%16.37
%27.71
%55.92

CMYK Percentages of Color #416ede

%71
%50
%0
%13

Triadic Colors of #416ede

#416ede #de416e #6ede41

Analogous Colors of #416ede

#416ede #6241de #41bdde

Monochromatic Colors of #416ede

#416ede

Complementary Color

#416ede #deb141

#416ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#416ede Color CSS Codes

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

#416ede Text Font Color

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

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


#416ede Background Color

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

This div background color is #416ede


#416ede Border Color

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

This div border color is #416ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416ede


Comments

No comments written yet.

Please login to write comment.