Color Hex Logo

#417db4 Color Hex

#417DB4
(65,125,180)
0 Favorites   0 Comments

Color spaces of #417db4

RGB 65125180
HSL0.580.470.48
HSV209°64°71°
CMYK 0.640.310.00   0.29
XYZ17.751819.086345.9284
Yxy19.08630.21450.2306
Hunter Lab43.6879-3.9234-31.7492
CIE-Lab50.7880-2.0734-34.8410

#417db4 color RGB value is (65,125,180).

#417db4 hex color red value is 65, green value is 125 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #417db4 hue: 0.58 , saturation: 0.47 and the lightness value of 417db4 is 0.48.

The process color (four color CMYK) of #417db4 color hex is 0.64, 0.31, 0.00, 0.29. Web safe color of #417db4 is #3366cc. Color #417db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 10110100
Octal 101 175 264
Decimal 65 125 180
Hex 41 7D B4

RGB Percentages of Color #417db4

%17.57
%33.78
%48.65

CMYK Percentages of Color #417db4

%64
%31
%0
%29

Triadic Colors of #417db4

#417db4 #b4417d #7db441

Analogous Colors of #417db4

#417db4 #4143b4 #41b4b2

Monochromatic Colors of #417db4

#417db4

Complementary Color

#417db4 #b47841

#417db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#417db4 Color CSS Codes

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

#417db4 Text Font Color

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

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


#417db4 Background Color

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

This div background color is #417db4


#417db4 Border Color

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

This div border color is #417db4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417db4


Comments

No comments written yet.

Please login to write comment.