Color Hex Logo

#417ecb Color Hex

#417ECB
(65,126,203)
0 Favorites   0 Comments

Color spaces of #417ecb

RGB 65126203
HSL0.590.570.53
HSV213°68°80°
CMYK 0.680.380.00   0.20
XYZ20.420320.357359.3530
Yxy20.35730.20390.2033
Hunter Lab45.11911.8284-46.4112
CIE-Lab52.23885.3312-45.7239

#417ecb color RGB value is (65,126,203).

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

The process color (four color CMYK) of #417ecb color hex is 0.68, 0.38, 0.00, 0.20. Web safe color of #417ecb is #3366cc. Color #417ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 11001011
Octal 101 176 313
Decimal 65 126 203
Hex 41 7E CB

RGB Percentages of Color #417ecb

%16.50
%31.98
%51.52

CMYK Percentages of Color #417ecb

%68
%38
%0
%20

Triadic Colors of #417ecb

#417ecb #cb417e #7ecb41

Analogous Colors of #417ecb

#417ecb #4941cb #41c3cb

Monochromatic Colors of #417ecb

#417ecb

Complementary Color

#417ecb #cb8e41

#417ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ecb Color CSS Codes

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

#417ecb Text Font Color

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

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


#417ecb Background Color

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

This div background color is #417ecb


#417ecb Border Color

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

This div border color is #417ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ecb


Comments

No comments written yet.

Please login to write comment.