Color Hex Logo

#417abe Color Hex

#417ABE
(65,122,190)
0 Favorites   0 Comments

Color spaces of #417abe

RGB 65122190
HSL0.590.490.50
HSV213°66°75°
CMYK 0.660.360.00   0.25
XYZ18.433818.760651.3648
Yxy18.76060.20820.2118
Hunter Lab43.31350.1692-39.9916
CIE-Lab50.40593.1877-41.1986

#417abe color RGB value is (65,122,190).

#417abe hex color red value is 65, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #417abe hue: 0.59 , saturation: 0.49 and the lightness value of 417abe is 0.50.

The process color (four color CMYK) of #417abe color hex is 0.66, 0.36, 0.00, 0.25. Web safe color of #417abe is #3366cc. Color #417abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111010 10111110
Octal 101 172 276
Decimal 65 122 190
Hex 41 7A BE

RGB Percentages of Color #417abe

%17.24
%32.36
%50.40

CMYK Percentages of Color #417abe

%66
%36
%0
%25

Triadic Colors of #417abe

#417abe #be417a #7abe41

Analogous Colors of #417abe

#417abe #4741be #41b9be

Monochromatic Colors of #417abe

#417abe

Complementary Color

#417abe #be8541

#417abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#417abe Color CSS Codes

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

#417abe Text Font Color

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

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


#417abe Background Color

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

This div background color is #417abe


#417abe Border Color

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

This div border color is #417abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417abe


Comments

No comments written yet.

Please login to write comment.