Color Hex Logo

#417ccc Color Hex

#417CCC
(65,124,204)
0 Favorites   0 Comments

Color spaces of #417ccc

RGB 65124204
HSL0.600.580.53
HSV215°68°80°
CMYK 0.680.390.00   0.20
XYZ20.286719.898859.8984
Yxy19.89880.20270.1988
Hunter Lab44.60813.1135-48.3872
CIE-Lab51.72266.9017-47.1128

#417ccc color RGB value is (65,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111100 11001100
Octal 101 174 314
Decimal 65 124 204
Hex 41 7C CC

RGB Percentages of Color #417ccc

%16.54
%31.55
%51.91

CMYK Percentages of Color #417ccc

%68
%39
%0
%20

Triadic Colors of #417ccc

#417ccc #cc417c #7ccc41

Analogous Colors of #417ccc

#417ccc #4c41cc #41c2cc

Monochromatic Colors of #417ccc

#417ccc

Complementary Color

#417ccc #cc9141

#417ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ccc Color CSS Codes

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

#417ccc Text Font Color

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

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


#417ccc Background Color

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

This div background color is #417ccc


#417ccc Border Color

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

This div border color is #417ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,124,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 #417ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ccc


Comments

No comments written yet.

Please login to write comment.