Color Hex Logo

#417ecc Color Hex

#417ECC
(65,126,204)
0 Favorites   0 Comments

Color spaces of #417ecc

RGB 65126204
HSL0.590.580.53
HSV214°68°80°
CMYK 0.680.380.00   0.20
XYZ20.539920.405259.9828
Yxy20.40520.20350.2022
Hunter Lab45.17212.1133-47.1091
CIE-Lab52.29235.6842-46.2075

#417ecc color RGB value is (65,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 11001100
Octal 101 176 314
Decimal 65 126 204
Hex 41 7E CC

RGB Percentages of Color #417ecc

%16.46
%31.90
%51.65

CMYK Percentages of Color #417ecc

%68
%38
%0
%20

Triadic Colors of #417ecc

#417ecc #cc417e #7ecc41

Analogous Colors of #417ecc

#417ecc #4941cc #41c4cc

Monochromatic Colors of #417ecc

#417ecc

Complementary Color

#417ecc #cc8f41

#417ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ecc Color CSS Codes

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

#417ecc Text Font Color

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

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


#417ecc Background Color

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

This div background color is #417ecc


#417ecc Border Color

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

This div border color is #417ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ecc

#417ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.