Color Hex Logo

#416dad Color Hex

#416DAD
(65,109,173)
0 Favorites   0 Comments

Color spaces of #416dad

RGB 65109173
HSL0.600.450.47
HSV216°62°68°
CMYK 0.620.370.00   0.32
XYZ15.191415.078241.6449
Yxy15.07820.21120.2097
Hunter Lab38.83071.8794-36.4056
CIE-Lab45.74115.2203-38.7266

#416dad color RGB value is (65,109,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101101 10101101
Octal 101 155 255
Decimal 65 109 173
Hex 41 6D AD

RGB Percentages of Color #416dad

%18.73
%31.41
%49.86

CMYK Percentages of Color #416dad

%62
%37
%0
%32

Triadic Colors of #416dad

#416dad #ad416d #6dad41

Analogous Colors of #416dad

#416dad #4b41ad #41a3ad

Monochromatic Colors of #416dad

#416dad

Complementary Color

#416dad #ad8141

#416dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#416dad Color CSS Codes

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

#416dad Text Font Color

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

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


#416dad Background Color

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

This div background color is #416dad


#416dad Border Color

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

This div border color is #416dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416dad


Comments

No comments written yet.

Please login to write comment.