Color Hex Logo

#418cef Color Hex

#418CEF
(65,140,239)
0 Favorites   0 Comments

Color spaces of #418cef

RGB 65140239
HSL0.590.840.60
HSV214°73°94°
CMYK 0.730.410.00   0.06
XYZ27.138026.112085.2711
Yxy26.11200.19590.1885
Hunter Lab51.09995.3725-63.1681
CIE-Lab58.14329.6602-56.5172

#418cef color RGB value is (65,140,239).

#418cef hex color red value is 65, green value is 140 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #418cef hue: 0.59 , saturation: 0.84 and the lightness value of 418cef is 0.60.

The process color (four color CMYK) of #418cef color hex is 0.73, 0.41, 0.00, 0.06. Web safe color of #418cef is #3399ff. Color #418cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001100 11101111
Octal 101 214 357
Decimal 65 140 239
Hex 41 8C EF

RGB Percentages of Color #418cef

%14.64
%31.53
%53.83

CMYK Percentages of Color #418cef

%73
%41
%0
%6

Triadic Colors of #418cef

#418cef #ef418c #8cef41

Analogous Colors of #418cef

#418cef #4d41ef #41e3ef

Monochromatic Colors of #418cef

#418cef

Complementary Color

#418cef #efa441

#418cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#418cef Color CSS Codes

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

#418cef Text Font Color

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

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


#418cef Background Color

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

This div background color is #418cef


#418cef Border Color

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

This div border color is #418cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418cef


Comments

No comments written yet.

Please login to write comment.