Color Hex Logo

#417dcc Color Hex

#417DCC
(65,125,204)
0 Favorites   0 Comments

Color spaces of #417dcc

RGB 65125204
HSL0.590.580.53
HSV214°68°80°
CMYK 0.680.390.00   0.20
XYZ20.412720.150759.9403
Yxy20.15070.20310.2005
Hunter Lab44.88952.6130-47.7464
CIE-Lab52.00726.2925-46.6603

#417dcc color RGB value is (65,125,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 11001100
Octal 101 175 314
Decimal 65 125 204
Hex 41 7D CC

RGB Percentages of Color #417dcc

%16.50
%31.73
%51.78

CMYK Percentages of Color #417dcc

%68
%39
%0
%20

Triadic Colors of #417dcc

#417dcc #cc417d #7dcc41

Analogous Colors of #417dcc

#417dcc #4b41cc #41c3cc

Monochromatic Colors of #417dcc

#417dcc

Complementary Color

#417dcc #cc9041

#417dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dcc Color CSS Codes

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

#417dcc Text Font Color

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

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


#417dcc Background Color

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

This div background color is #417dcc


#417dcc Border Color

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

This div border color is #417dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dcc


Comments

No comments written yet.

Please login to write comment.