Color Hex Logo

#416380 Color Hex

#416380
(65,99,128)
0 Favorites   0 Comments

Color spaces of #416380

RGB 6599128
HSL0.580.330.38
HSV208°49°50°
CMYK 0.490.230.00   0.50
XYZ10.538111.606022.1068
Yxy11.60600.23810.2623
Hunter Lab34.0676-4.4030-14.6266
CIE-Lab40.5829-3.6892-19.9921

#416380 color RGB value is (65,99,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100011 10000000
Octal 101 143 200
Decimal 65 99 128
Hex 41 63 80

RGB Percentages of Color #416380

%22.26
%33.90
%43.84

CMYK Percentages of Color #416380

%49
%23
%0
%50

Triadic Colors of #416380

#416380 #804163 #638041

Analogous Colors of #416380

#416380 #414480 #41807e

Monochromatic Colors of #416380

#416380

Complementary Color

#416380 #805e41

#416380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416380 Color CSS Codes

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

#416380 Text Font Color

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

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


#416380 Background Color

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

This div background color is #416380


#416380 Border Color

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

This div border color is #416380


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,99,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 #416380">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416380


Comments

No comments written yet.

Please login to write comment.