Color Hex Logo

#417dec Color Hex

#417DEC
(65,125,236)
0 Favorites   0 Comments

Color spaces of #417dec

RGB 65125236
HSL0.610.820.59
HSV219°72°93°
CMYK 0.720.470.00   0.07
XYZ24.653921.847282.2744
Yxy21.84720.19140.1697
Hunter Lab46.741012.3545-71.6447
CIE-Lab53.864517.7339-61.7089

#417dec color RGB value is (65,125,236).

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

The process color (four color CMYK) of #417dec color hex is 0.72, 0.47, 0.00, 0.07. Web safe color of #417dec is #3366ff. Color #417dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 11101100
Octal 101 175 354
Decimal 65 125 236
Hex 41 7D EC

RGB Percentages of Color #417dec

%15.26
%29.34
%55.40

CMYK Percentages of Color #417dec

%72
%47
%0
%7

Triadic Colors of #417dec

#417dec #ec417d #7dec41

Analogous Colors of #417dec

#417dec #5a41ec #41d3ec

Monochromatic Colors of #417dec

#417dec

Complementary Color

#417dec #ecb041

#417dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dec Color CSS Codes

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

#417dec Text Font Color

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

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


#417dec Background Color

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

This div background color is #417dec


#417dec Border Color

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

This div border color is #417dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dec


Comments

No comments written yet.

Please login to write comment.