Color Hex Logo

#418eea Color Hex

#418EEA
(65,142,234)
0 Favorites   0 Comments

Color spaces of #418eea

RGB 65142234
HSL0.590.800.59
HSV213°72°92°
CMYK 0.720.390.00   0.08
XYZ26.704326.410381.5321
Yxy26.41030.19830.1961
Hunter Lab51.39102.8199-58.0903
CIE-Lab58.42456.6845-53.2974

#418eea color RGB value is (65,142,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10001110 11101010
Octal 101 216 352
Decimal 65 142 234
Hex 41 8E EA

RGB Percentages of Color #418eea

%14.74
%32.20
%53.06

CMYK Percentages of Color #418eea

%72
%39
%0
%8

Triadic Colors of #418eea

#418eea #ea418e #8eea41

Analogous Colors of #418eea

#418eea #4841ea #41e3ea

Monochromatic Colors of #418eea

#418eea

Complementary Color

#418eea #ea9d41

#418eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#418eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#418eea Color CSS Codes

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

#418eea Text Font Color

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

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


#418eea Background Color

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

This div background color is #418eea


#418eea Border Color

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

This div border color is #418eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #418eea


Comments

No comments written yet.

Please login to write comment.