Color Hex Logo

#416080 Color Hex

#416080
(65,96,128)
0 Favorites   0 Comments

Color spaces of #416080

RGB 6596128
HSL0.580.330.38
HSV210°49°50°
CMYK 0.490.250.00   0.50
XYZ10.259111.048122.0139
Yxy11.04810.23680.2550
Hunter Lab33.2387-3.0738-16.0005
CIE-Lab39.6614-1.8557-21.4161

#416080 color RGB value is (65,96,128).

#416080 hex color red value is 65, green value is 96 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #416080 hue: 0.58 , saturation: 0.33 and the lightness value of 416080 is 0.38.

The process color (four color CMYK) of #416080 color hex is 0.49, 0.25, 0.00, 0.50. Web safe color of #416080 is #336699. Color #416080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100000 10000000
Octal 101 140 200
Decimal 65 96 128
Hex 41 60 80

RGB Percentages of Color #416080

%22.49
%33.22
%44.29

CMYK Percentages of Color #416080

%49
%25
%0
%50

Triadic Colors of #416080

#416080 #804160 #608041

Analogous Colors of #416080

#416080 #414180 #418080

Monochromatic Colors of #416080

#416080

Complementary Color

#416080 #806141

#416080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416080 Color CSS Codes

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

#416080 Text Font Color

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

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


#416080 Background Color

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

This div background color is #416080


#416080 Border Color

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

This div border color is #416080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,96,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416080;
  -webkit-box-shadow: 1px 1px 3px 2px #416080;
  box-shadow:         1px 1px 3px 2px #416080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416080


Comments

No comments written yet.

Please login to write comment.