Color Hex Logo

#417dfe Color Hex

#417DFE
(65,125,254)
0 Favorites   0 Comments

Color spaces of #417dfe

RGB 65125254
HSL0.610.990.63
HSV221°74°100°
CMYK 0.740.510.00   0.00
XYZ27.403022.946896.7508
Yxy22.94680.18630.1560
Hunter Lab47.902818.2817-86.2179
CIE-Lab55.017524.2012-69.8334

#417dfe color RGB value is (65,125,254).

#417dfe hex color red value is 65, green value is 125 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #417dfe hue: 0.61 , saturation: 0.99 and the lightness value of 417dfe is 0.63.

The process color (four color CMYK) of #417dfe color hex is 0.74, 0.51, 0.00, 0.00. Web safe color of #417dfe is #3366ff. Color #417dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 11111110
Octal 101 175 376
Decimal 65 125 254
Hex 41 7D FE

RGB Percentages of Color #417dfe

%14.64
%28.15
%57.21

CMYK Percentages of Color #417dfe

%74
%51
%0
%0

Triadic Colors of #417dfe

#417dfe #fe417d #7dfe41

Analogous Colors of #417dfe

#417dfe #6441fe #41dcfe

Monochromatic Colors of #417dfe

#417dfe

Complementary Color

#417dfe #fec241

#417dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dfe Color CSS Codes

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

#417dfe Text Font Color

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

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


#417dfe Background Color

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

This div background color is #417dfe


#417dfe Border Color

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

This div border color is #417dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dfe


Comments

No comments written yet.

Please login to write comment.