Color Hex Logo

#419fea Color Hex

#419FEA
(65,159,234)
0 Favorites   0 Comments

Color spaces of #419fea

RGB 65159234
HSL0.570.800.59
HSV207°72°92°
CMYK 0.720.320.00   0.08
XYZ29.429431.860682.4405
Yxy31.86060.20480.2217
Hunter Lab56.4452-5.7127-47.0838
CIE-Lab63.2275-3.2376-45.6883

#419fea color RGB value is (65,159,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011111 11101010
Octal 101 237 352
Decimal 65 159 234
Hex 41 9F EA

RGB Percentages of Color #419fea

%14.19
%34.72
%51.09

CMYK Percentages of Color #419fea

%72
%32
%0
%8

Triadic Colors of #419fea

#419fea #ea419f #9fea41

Analogous Colors of #419fea

#419fea #414bea #41eae1

Monochromatic Colors of #419fea

#419fea

Complementary Color

#419fea #ea8c41

#419fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#419fea Color CSS Codes

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

#419fea Text Font Color

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

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


#419fea Background Color

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

This div background color is #419fea


#419fea Border Color

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

This div border color is #419fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419fea


Comments

No comments written yet.

Please login to write comment.