Color Hex Logo

#417fad Color Hex

#417FAD
(65,127,173)
0 Favorites   0 Comments

Color spaces of #417fad

RGB 65127173
HSL0.570.450.47
HSV206°62°68°
CMYK 0.620.270.00   0.32
XYZ17.312219.319742.3518
Yxy19.31970.21920.2446
Hunter Lab43.9542-6.6142-26.3606
CIE-Lab51.0592-5.6211-30.3744

#417fad color RGB value is (65,127,173).

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

The process color (four color CMYK) of #417fad color hex is 0.62, 0.27, 0.00, 0.32. Web safe color of #417fad is #336699. Color #417fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111111 10101101
Octal 101 177 255
Decimal 65 127 173
Hex 41 7F AD

RGB Percentages of Color #417fad

%17.81
%34.79
%47.40

CMYK Percentages of Color #417fad

%62
%27
%0
%32

Triadic Colors of #417fad

#417fad #ad417f #7fad41

Analogous Colors of #417fad

#417fad #4149ad #41ada5

Monochromatic Colors of #417fad

#417fad

Complementary Color

#417fad #ad6f41

#417fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#417fad Color CSS Codes

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

#417fad Text Font Color

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

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


#417fad Background Color

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

This div background color is #417fad


#417fad Border Color

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

This div border color is #417fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417fad


Comments

No comments written yet.

Please login to write comment.