Color Hex Logo

#419efc Color Hex

#419EFC
(65,158,252)
0 Favorites   0 Comments

Color spaces of #419efc

RGB 65158252
HSL0.580.970.62
HSV210°74°99°
CMYK 0.740.370.00   0.01
XYZ31.977532.605896.7036
Yxy32.60580.19830.2022
Hunter Lab57.10150.0345-60.4389
CIE-Lab63.84043.6141-54.5902

#419efc color RGB value is (65,158,252).

#419efc hex color red value is 65, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #419efc hue: 0.58 , saturation: 0.97 and the lightness value of 419efc is 0.62.

The process color (four color CMYK) of #419efc color hex is 0.74, 0.37, 0.00, 0.01. Web safe color of #419efc is #3399ff. Color #419efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011110 11111100
Octal 101 236 374
Decimal 65 158 252
Hex 41 9E FC

RGB Percentages of Color #419efc

%13.68
%33.26
%53.05

CMYK Percentages of Color #419efc

%74
%37
%0
%1

Triadic Colors of #419efc

#419efc #fc419e #9efc41

Analogous Colors of #419efc

#419efc #4241fc #41fcfc

Monochromatic Colors of #419efc

#419efc

Complementary Color

#419efc #fc9f41

#419efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#419efc Color CSS Codes

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

#419efc Text Font Color

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

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


#419efc Background Color

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

This div background color is #419efc


#419efc Border Color

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

This div border color is #419efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419efc


Comments

No comments written yet.

Please login to write comment.