Color Hex Logo

#418eff Color Hex

#418EFF
(65,142,255)
0 Favorites   0 Comments

Color spaces of #418eff

RGB 65142255
HSL0.601.000.63
HSV216°75°100°
CMYK 0.750.440.00   0.00
XYZ29.903027.689898.3764
Yxy27.68980.19170.1775
Hunter Lab52.62119.3493-74.0093
CIE-Lab59.607514.1710-62.9906

#418eff color RGB value is (65,142,255).

#418eff hex color red value is 65, green value is 142 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #418eff hue: 0.60 , saturation: 1.00 and the lightness value of 418eff is 0.63.

The process color (four color CMYK) of #418eff color hex is 0.75, 0.44, 0.00, 0.00. Web safe color of #418eff is #3399ff. Color #418eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 11111111
Octal 101 216 377
Decimal 65 142 255
Hex 41 8E FF

RGB Percentages of Color #418eff

%14.07
%30.74
%55.19

CMYK Percentages of Color #418eff

%75
%44
%0
%0

Triadic Colors of #418eff

#418eff #ff418e #8eff41

Analogous Colors of #418eff

#418eff #5341ff #41edff

Monochromatic Colors of #418eff

#418eff

Complementary Color

#418eff #ffb241

#418eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#418eff Color CSS Codes

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

#418eff Text Font Color

<p style="color:#418eff">Text here</p>

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


#418eff Background Color

<div style="background-color:#418eff">
Div content here</div>

This div background color is #418eff


#418eff Border Color

<div style="border:3px solid #418eff">
Div here</div>

This div border color is #418eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,142,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #418eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #418eff;
  -webkit-box-shadow: 1px 1px 3px 2px #418eff;
  box-shadow:         1px 1px 3px 2px #418eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418eff


Comments

No comments written yet.

Please login to write comment.