Color Hex Logo

#419eea Color Hex

#419EEA
(65,158,234)
0 Favorites   0 Comments

Color spaces of #419eea

RGB 65158234
HSL0.570.800.59
HSV207°72°92°
CMYK 0.720.320.00   0.08
XYZ29.258131.518182.3834
Yxy31.51810.20440.2202
Hunter Lab56.1410-5.2207-47.7057
CIE-Lab62.9426-2.6671-46.1375

#419eea color RGB value is (65,158,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011110 11101010
Octal 101 236 352
Decimal 65 158 234
Hex 41 9E EA

RGB Percentages of Color #419eea

%14.22
%34.57
%51.20

CMYK Percentages of Color #419eea

%72
%32
%0
%8

Triadic Colors of #419eea

#419eea #ea419e #9eea41

Analogous Colors of #419eea

#419eea #414aea #41eae2

Monochromatic Colors of #419eea

#419eea

Complementary Color

#419eea #ea8d41

#419eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#419eea Color CSS Codes

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

#419eea Text Font Color

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

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


#419eea Background Color

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

This div background color is #419eea


#419eea Border Color

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

This div border color is #419eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,158,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 #419eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419eea


Comments

No comments written yet.

Please login to write comment.