Color Hex Logo

#418feb Color Hex

#418FEB
(65,143,235)
0 Favorites   0 Comments

Color spaces of #418feb

RGB 65143235
HSL0.590.810.59
HSV212°72°92°
CMYK 0.720.390.00   0.08
XYZ26.997826.766982.3409
Yxy26.76690.19840.1967
Hunter Lab51.73672.6074-58.1465
CIE-Lab58.75796.4425-53.3210

#418feb color RGB value is (65,143,235).

#418feb hex color red value is 65, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #418feb hue: 0.59 , saturation: 0.81 and the lightness value of 418feb is 0.59.

The process color (four color CMYK) of #418feb color hex is 0.72, 0.39, 0.00, 0.08. Web safe color of #418feb is #3399ff. Color #418feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001111 11101011
Octal 101 217 353
Decimal 65 143 235
Hex 41 8F EB

RGB Percentages of Color #418feb

%14.67
%32.28
%53.05

CMYK Percentages of Color #418feb

%72
%39
%0
%8

Triadic Colors of #418feb

#418feb #eb418f #8feb41

Analogous Colors of #418feb

#418feb #4841eb #41e4eb

Monochromatic Colors of #418feb

#418feb

Complementary Color

#418feb #eb9d41

#418feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#418feb Color CSS Codes

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

#418feb Text Font Color

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

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


#418feb Background Color

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

This div background color is #418feb


#418feb Border Color

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

This div border color is #418feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418feb


Comments

No comments written yet.

Please login to write comment.