Color Hex Logo

#417dfd Color Hex

#417DFD
(65,125,253)
0 Favorites   0 Comments

Color spaces of #417dfd

RGB 65125253
HSL0.610.980.62
HSV221°74°99°
CMYK 0.740.510.00   0.01
XYZ27.243222.882995.9095
Yxy22.88290.18660.1567
Hunter Lab47.836117.9447-85.3889
CIE-Lab54.951523.8423-69.3882

#417dfd color RGB value is (65,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 11111101
Octal 101 175 375
Decimal 65 125 253
Hex 41 7D FD

RGB Percentages of Color #417dfd

%14.67
%28.22
%57.11

CMYK Percentages of Color #417dfd

%74
%51
%0
%1

Triadic Colors of #417dfd

#417dfd #fd417d #7dfd41

Analogous Colors of #417dfd

#417dfd #6341fd #41dbfd

Monochromatic Colors of #417dfd

#417dfd

Complementary Color

#417dfd #fdc141

#417dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dfd Color CSS Codes

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

#417dfd Text Font Color

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

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


#417dfd Background Color

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

This div background color is #417dfd


#417dfd Border Color

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

This div border color is #417dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.