Color Hex Logo

#416cab Color Hex

#416CAB
(65,108,171)
0 Favorites   0 Comments

Color spaces of #416cab

RGB 65108171
HSL0.600.450.46
HSV216°62°67°
CMYK 0.620.370.00   0.33
XYZ14.893214.789240.5977
Yxy14.78920.21190.2104
Hunter Lab38.45671.8287-35.6711
CIE-Lab45.34415.1443-38.1839

#416cab color RGB value is (65,108,171).

#416cab hex color red value is 65, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #416cab hue: 0.60 , saturation: 0.45 and the lightness value of 416cab is 0.46.

The process color (four color CMYK) of #416cab color hex is 0.62, 0.37, 0.00, 0.33. Web safe color of #416cab is #336699. Color #416cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 10101011
Octal 101 154 253
Decimal 65 108 171
Hex 41 6C AB

RGB Percentages of Color #416cab

%18.90
%31.40
%49.71

CMYK Percentages of Color #416cab

%62
%37
%0
%33

Triadic Colors of #416cab

#416cab #ab416c #6cab41

Analogous Colors of #416cab

#416cab #4b41ab #41a1ab

Monochromatic Colors of #416cab

#416cab

Complementary Color

#416cab #ab8041

#416cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#416cab Color CSS Codes

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

#416cab Text Font Color

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

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


#416cab Background Color

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

This div background color is #416cab


#416cab Border Color

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

This div border color is #416cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416cab


Comments

No comments written yet.

Please login to write comment.