Color Hex Logo

#417fee Color Hex

#417FEE
(65,127,238)
0 Favorites   0 Comments

Color spaces of #417fee

RGB 65127238
HSL0.610.840.59
HSV218°73°93°
CMYK 0.730.470.00   0.07
XYZ25.202022.475683.8989
Yxy22.47560.19150.1708
Hunter Lab47.408411.9246-71.7398
CIE-Lab54.528017.2196-61.7561

#417fee color RGB value is (65,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111111 11101110
Octal 101 177 356
Decimal 65 127 238
Hex 41 7F EE

RGB Percentages of Color #417fee

%15.12
%29.53
%55.35

CMYK Percentages of Color #417fee

%73
%47
%0
%7

Triadic Colors of #417fee

#417fee #ee417f #7fee41

Analogous Colors of #417fee

#417fee #5941ee #41d6ee

Monochromatic Colors of #417fee

#417fee

Complementary Color

#417fee #eeb041

#417fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#417fee Color CSS Codes

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

#417fee Text Font Color

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

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


#417fee Background Color

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

This div background color is #417fee


#417fee Border Color

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

This div border color is #417fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417fee


Comments

No comments written yet.

Please login to write comment.