Color Hex Logo

#416cbd Color Hex

#416CBD
(65,108,189)
0 Favorites   0 Comments

Color spaces of #416cbd

RGB 65108189
HSL0.610.490.50
HSV219°66°74°
CMYK 0.660.430.00   0.26
XYZ16.727815.523150.2587
Yxy15.52310.20270.1881
Hunter Lab39.39946.8369-48.0521
CIE-Lab46.342511.4837-47.0789

#416cbd color RGB value is (65,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 10111101
Octal 101 154 275
Decimal 65 108 189
Hex 41 6C BD

RGB Percentages of Color #416cbd

%17.96
%29.83
%52.21

CMYK Percentages of Color #416cbd

%66
%43
%0
%26

Triadic Colors of #416cbd

#416cbd #bd416c #6cbd41

Analogous Colors of #416cbd

#416cbd #5441bd #41aabd

Monochromatic Colors of #416cbd

#416cbd

Complementary Color

#416cbd #bd9241

#416cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#416cbd Color CSS Codes

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

#416cbd Text Font Color

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

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


#416cbd Background Color

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

This div background color is #416cbd


#416cbd Border Color

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

This div border color is #416cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416cbd


Comments

No comments written yet.

Please login to write comment.