Color Hex Logo

#416dce Color Hex

#416DCE
(65,109,206)
0 Favorites   0 Comments

Color spaces of #416dce

RGB 65109206
HSL0.610.590.53
HSV221°68°81°
CMYK 0.680.470.00   0.19
XYZ18.789216.517360.5904
Yxy16.51730.19590.1722
Hunter Lab40.641511.4008-59.9435
CIE-Lab47.646016.9322-54.7701

#416dce color RGB value is (65,109,206).

#416dce hex color red value is 65, green value is 109 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #416dce hue: 0.61 , saturation: 0.59 and the lightness value of 416dce is 0.53.

The process color (four color CMYK) of #416dce color hex is 0.68, 0.47, 0.00, 0.19. Web safe color of #416dce is #3366cc. Color #416dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101101 11001110
Octal 101 155 316
Decimal 65 109 206
Hex 41 6D CE

RGB Percentages of Color #416dce

%17.11
%28.68
%54.21

CMYK Percentages of Color #416dce

%68
%47
%0
%19

Triadic Colors of #416dce

#416dce #ce416d #6dce41

Analogous Colors of #416dce

#416dce #5b41ce #41b4ce

Monochromatic Colors of #416dce

#416dce

Complementary Color

#416dce #cea241

#416dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#416dce Color CSS Codes

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

#416dce Text Font Color

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

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


#416dce Background Color

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

This div background color is #416dce


#416dce Border Color

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

This div border color is #416dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416dce


Comments

No comments written yet.

Please login to write comment.