Color Hex Logo

#416bda Color Hex

#416BDA
(65,107,218)
0 Favorites   0 Comments

Color spaces of #416bda

RGB 65107218
HSL0.620.670.55
HSV224°70°85°
CMYK 0.700.510.00   0.15
XYZ20.092616.701268.4943
Yxy16.70120.19080.1586
Hunter Lab40.867116.2434-70.7646
CIE-Lab47.881322.5029-61.2272

#416bda color RGB value is (65,107,218).

#416bda hex color red value is 65, green value is 107 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #416bda hue: 0.62 , saturation: 0.67 and the lightness value of 416bda is 0.55.

The process color (four color CMYK) of #416bda color hex is 0.70, 0.51, 0.00, 0.15. Web safe color of #416bda is #3366cc. Color #416bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101011 11011010
Octal 101 153 332
Decimal 65 107 218
Hex 41 6B DA

RGB Percentages of Color #416bda

%16.67
%27.44
%55.90

CMYK Percentages of Color #416bda

%70
%51
%0
%15

Triadic Colors of #416bda

#416bda #da416b #6bda41

Analogous Colors of #416bda

#416bda #6341da #41b8da

Monochromatic Colors of #416bda

#416bda

Complementary Color

#416bda #dab041

#416bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#416bda Color CSS Codes

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

#416bda Text Font Color

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

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


#416bda Background Color

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

This div background color is #416bda


#416bda Border Color

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

This div border color is #416bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416bda


Comments

No comments written yet.

Please login to write comment.