Color Hex Logo

#417ade Color Hex

#417ADE
(65,122,222)
0 Favorites   0 Comments

Color spaces of #417ade

RGB 65122222
HSL0.610.700.56
HSV218°71°87°
CMYK 0.710.450.00   0.13
XYZ22.324320.316871.8522
Yxy20.31680.19500.1774
Hunter Lab45.07429.5276-62.9616
CIE-Lab52.193514.5586-56.5482

#417ade color RGB value is (65,122,222).

#417ade hex color red value is 65, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #417ade hue: 0.61 , saturation: 0.70 and the lightness value of 417ade is 0.56.

The process color (four color CMYK) of #417ade color hex is 0.71, 0.45, 0.00, 0.13. Web safe color of #417ade is #3366cc. Color #417ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 11011110
Octal 101 172 336
Decimal 65 122 222
Hex 41 7A DE

RGB Percentages of Color #417ade

%15.89
%29.83
%54.28

CMYK Percentages of Color #417ade

%71
%45
%0
%13

Triadic Colors of #417ade

#417ade #de417a #7ade41

Analogous Colors of #417ade

#417ade #5641de #41c9de

Monochromatic Colors of #417ade

#417ade

Complementary Color

#417ade #dea541

#417ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ade Color CSS Codes

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

#417ade Text Font Color

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

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


#417ade Background Color

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

This div background color is #417ade


#417ade Border Color

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

This div border color is #417ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ade


Comments

No comments written yet.

Please login to write comment.