Color Hex Logo

#417ebd Color Hex

#417EBD
(65,126,189)
0 Favorites   0 Comments

Color spaces of #417ebd

RGB 65126189
HSL0.580.490.50
HSV210°66°74°
CMYK 0.660.330.00   0.26
XYZ18.826119.719650.9581
Yxy19.71960.21030.2203
Hunter Lab44.4068-2.0373-36.9523
CIE-Lab51.51870.4301-38.8681

#417ebd color RGB value is (65,126,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 10111101
Octal 101 176 275
Decimal 65 126 189
Hex 41 7E BD

RGB Percentages of Color #417ebd

%17.11
%33.16
%49.74

CMYK Percentages of Color #417ebd

%66
%33
%0
%26

Triadic Colors of #417ebd

#417ebd #bd417e #7ebd41

Analogous Colors of #417ebd

#417ebd #4241bd #41bcbd

Monochromatic Colors of #417ebd

#417ebd

Complementary Color

#417ebd #bd8041

#417ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ebd Color CSS Codes

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

#417ebd Text Font Color

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

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


#417ebd Background Color

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

This div background color is #417ebd


#417ebd Border Color

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

This div border color is #417ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ebd


Comments

No comments written yet.

Please login to write comment.