Color Hex Logo

#416cec Color Hex

#416CEC
(65,108,236)
0 Favorites   0 Comments

Color spaces of #416cec

RGB 65108236
HSL0.620.820.59
HSV225°72°93°
CMYK 0.720.540.00   0.07
XYZ22.682917.905181.6174
Yxy17.90510.18560.1465
Hunter Lab42.314421.6358-84.7404
CIE-Lab49.380828.3254-68.9533

#416cec color RGB value is (65,108,236).

#416cec hex color red value is 65, green value is 108 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #416cec hue: 0.62 , saturation: 0.82 and the lightness value of 416cec is 0.59.

The process color (four color CMYK) of #416cec color hex is 0.72, 0.54, 0.00, 0.07. Web safe color of #416cec is #3366ff. Color #416cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 11101100
Octal 101 154 354
Decimal 65 108 236
Hex 41 6C EC

RGB Percentages of Color #416cec

%15.89
%26.41
%57.70

CMYK Percentages of Color #416cec

%72
%54
%0
%7

Triadic Colors of #416cec

#416cec #ec416c #6cec41

Analogous Colors of #416cec

#416cec #6c41ec #41c2ec

Monochromatic Colors of #416cec

#416cec

Complementary Color

#416cec #ecc141

#416cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#416cec Color CSS Codes

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

#416cec Text Font Color

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

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


#416cec Background Color

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

This div background color is #416cec


#416cec Border Color

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

This div border color is #416cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416cec


Comments

No comments written yet.

Please login to write comment.