Color Hex Logo

#416ebe Color Hex

#416EBE
(65,110,190)
0 Favorites   0 Comments

Color spaces of #416ebe

RGB 65110190
HSL0.610.490.50
HSV218°66°75°
CMYK 0.660.420.00   0.25
XYZ17.050215.993450.9036
Yxy15.99340.20310.1905
Hunter Lab39.99176.1167-47.4732
CIE-Lab46.965810.5856-46.6624

#416ebe color RGB value is (65,110,190).

#416ebe hex color red value is 65, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #416ebe hue: 0.61 , saturation: 0.49 and the lightness value of 416ebe is 0.50.

The process color (four color CMYK) of #416ebe color hex is 0.66, 0.42, 0.00, 0.25. Web safe color of #416ebe is #3366cc. Color #416ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101110 10111110
Octal 101 156 276
Decimal 65 110 190
Hex 41 6E BE

RGB Percentages of Color #416ebe

%17.81
%30.14
%52.05

CMYK Percentages of Color #416ebe

%66
%42
%0
%25

Triadic Colors of #416ebe

#416ebe #be416e #6ebe41

Analogous Colors of #416ebe

#416ebe #5241be #41adbe

Monochromatic Colors of #416ebe

#416ebe

Complementary Color

#416ebe #be9141

#416ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#416ebe Color CSS Codes

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

#416ebe Text Font Color

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

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


#416ebe Background Color

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

This div background color is #416ebe


#416ebe Border Color

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

This div border color is #416ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416ebe


Comments

No comments written yet.

Please login to write comment.