Color Hex Logo

#417afc Color Hex

#417AFC
(65,122,252)
0 Favorites   0 Comments

Color spaces of #417afc

RGB 65122252
HSL0.620.970.62
HSV222°74°99°
CMYK 0.740.520.00   0.01
XYZ26.710222.071294.9478
Yxy22.07120.18580.1536
Hunter Lab46.980019.2701-86.9406
CIE-Lab54.102525.3379-70.2091

#417afc color RGB value is (65,122,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 11111100
Octal 101 172 374
Decimal 65 122 252
Hex 41 7A FC

RGB Percentages of Color #417afc

%14.81
%27.79
%57.40

CMYK Percentages of Color #417afc

%74
%52
%0
%1

Triadic Colors of #417afc

#417afc #fc417a #7afc41

Analogous Colors of #417afc

#417afc #6641fc #41d8fc

Monochromatic Colors of #417afc

#417afc

Complementary Color

#417afc #fcc341

#417afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#417afc Color CSS Codes

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

#417afc Text Font Color

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

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


#417afc Background Color

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

This div background color is #417afc


#417afc Border Color

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

This div border color is #417afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417afc

#417afc Color Palettes


Comments

No comments written yet.

Please login to write comment.