Color Hex Logo

#417ebf Color Hex

#417EBF
(65,126,191)
0 Favorites   0 Comments

Color spaces of #417ebf

RGB 65126191
HSL0.590.500.50
HSV211°66°75°
CMYK 0.660.340.00   0.25
XYZ19.044819.807152.1096
Yxy19.80710.20940.2178
Hunter Lab44.5052-1.4997-38.2670
CIE-Lab51.61841.1245-39.8570

#417ebf color RGB value is (65,126,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 10111111
Octal 101 176 277
Decimal 65 126 191
Hex 41 7E BF

RGB Percentages of Color #417ebf

%17.02
%32.98
%50.00

CMYK Percentages of Color #417ebf

%66
%34
%0
%25

Triadic Colors of #417ebf

#417ebf #bf417e #7ebf41

Analogous Colors of #417ebf

#417ebf #4341bf #41bdbf

Monochromatic Colors of #417ebf

#417ebf

Complementary Color

#417ebf #bf8241

#417ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ebf Color CSS Codes

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

#417ebf Text Font Color

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

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


#417ebf Background Color

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

This div background color is #417ebf


#417ebf Border Color

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

This div border color is #417ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ebf


Comments

No comments written yet.

Please login to write comment.