Color Hex Logo

#417ede Color Hex

#417EDE
(65,126,222)
0 Favorites   0 Comments

Color spaces of #417ede

RGB 65126222
HSL0.600.700.56
HSV217°71°87°
CMYK 0.710.430.00   0.13
XYZ22.825621.319572.0193
Yxy21.31950.19650.1835
Hunter Lab46.17307.4385-60.1576
CIE-Lab53.297412.0925-54.7798

#417ede color RGB value is (65,126,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 11011110
Octal 101 176 336
Decimal 65 126 222
Hex 41 7E DE

RGB Percentages of Color #417ede

%15.74
%30.51
%53.75

CMYK Percentages of Color #417ede

%71
%43
%0
%13

Triadic Colors of #417ede

#417ede #de417e #7ede41

Analogous Colors of #417ede

#417ede #5241de #41cdde

Monochromatic Colors of #417ede

#417ede

Complementary Color

#417ede #dea141

#417ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ede Color CSS Codes

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

#417ede Text Font Color

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

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


#417ede Background Color

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

This div background color is #417ede


#417ede Border Color

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

This div border color is #417ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ede


Comments

No comments written yet.

Please login to write comment.