Color Hex Logo

#417afd Color Hex

#417AFD
(65,122,253)
0 Favorites   0 Comments

Color spaces of #417afd

RGB 65122253
HSL0.620.980.62
HSV222°74°99°
CMYK 0.740.520.00   0.01
XYZ26.869122.134795.7848
Yxy22.13470.18560.1529
Hunter Lab47.047519.6091-87.7762
CIE-Lab54.169625.6966-70.6532

#417afd color RGB value is (65,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 11111101
Octal 101 172 375
Decimal 65 122 253
Hex 41 7A FD

RGB Percentages of Color #417afd

%14.77
%27.73
%57.50

CMYK Percentages of Color #417afd

%74
%52
%0
%1

Triadic Colors of #417afd

#417afd #fd417a #7afd41

Analogous Colors of #417afd

#417afd #6641fd #41d8fd

Monochromatic Colors of #417afd

#417afd

Complementary Color

#417afd #fdc441

#417afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#417afd Color CSS Codes

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

#417afd Text Font Color

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

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


#417afd Background Color

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

This div background color is #417afd


#417afd Border Color

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

This div border color is #417afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417afd


Comments

No comments written yet.

Please login to write comment.