Color Hex Logo

#417387 Color Hex

#417387
(65,115,135)
0 Favorites   0 Comments

Color spaces of #417387

RGB 65115135
HSL0.550.350.39
HSV197°52°53°
CMYK 0.520.150.00   0.47
XYZ12.683915.134625.1744
Yxy15.13460.23940.2856
Hunter Lab38.9032-9.8830-11.1345
CIE-Lab45.8180-10.9468-16.1695

#417387 color RGB value is (65,115,135).

#417387 hex color red value is 65, green value is 115 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #417387 hue: 0.55 , saturation: 0.35 and the lightness value of 417387 is 0.39.

The process color (four color CMYK) of #417387 color hex is 0.52, 0.15, 0.00, 0.47. Web safe color of #417387 is #336699. Color #417387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110011 10000111
Octal 101 163 207
Decimal 65 115 135
Hex 41 73 87

RGB Percentages of Color #417387

%20.63
%36.51
%42.86

CMYK Percentages of Color #417387

%52
%15
%0
%47

Triadic Colors of #417387

#417387 #874173 #738741

Analogous Colors of #417387

#417387 #415087 #418778

Monochromatic Colors of #417387

#417387

Complementary Color

#417387 #875541

#417387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417387 Color CSS Codes

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

#417387 Text Font Color

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

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


#417387 Background Color

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

This div background color is #417387


#417387 Border Color

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

This div border color is #417387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417387


Comments

No comments written yet.

Please login to write comment.