Color Hex Logo

#416abe Color Hex

#416ABE
(65,106,190)
0 Favorites   0 Comments

Color spaces of #416abe

RGB 65106190
HSL0.610.490.50
HSV220°66°75°
CMYK 0.660.440.00   0.25
XYZ16.628315.149650.7630
Yxy15.14960.20150.1835
Hunter Lab38.92258.1437-50.0807
CIE-Lab45.838413.0997-48.4632

#416abe color RGB value is (65,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101010 10111110
Octal 101 152 276
Decimal 65 106 190
Hex 41 6A BE

RGB Percentages of Color #416abe

%18.01
%29.36
%52.63

CMYK Percentages of Color #416abe

%66
%44
%0
%25

Triadic Colors of #416abe

#416abe #be416a #6abe41

Analogous Colors of #416abe

#416abe #5741be #41a9be

Monochromatic Colors of #416abe

#416abe

Complementary Color

#416abe #be9541

#416abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#416abe Color CSS Codes

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

#416abe Text Font Color

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

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


#416abe Background Color

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

This div background color is #416abe


#416abe Border Color

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

This div border color is #416abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416abe


Comments

No comments written yet.

Please login to write comment.