Color Hex Logo

#426efe Color Hex

#426EFE
(66,110,254)
0 Favorites   0 Comments

Color spaces of #426efe

RGB 66110254
HSL0.630.990.63
HSV226°74°100°
CMYK 0.740.570.00   0.00
XYZ25.712119.465996.1680
Yxy19.46590.18190.1377
Hunter Lab44.120226.8149-98.3493
CIE-Lab51.227933.5971-75.9804

#426efe color RGB value is (66,110,254).

#426efe hex color red value is 66, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #426efe hue: 0.63 , saturation: 0.99 and the lightness value of 426efe is 0.63.

The process color (four color CMYK) of #426efe color hex is 0.74, 0.57, 0.00, 0.00. Web safe color of #426efe is #3366ff. Color #426efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101110 11111110
Octal 102 156 376
Decimal 66 110 254
Hex 42 6E FE

RGB Percentages of Color #426efe

%15.35
%25.58
%59.07

CMYK Percentages of Color #426efe

%74
%57
%0
%0

Triadic Colors of #426efe

#426efe #fe426e #6efe42

Analogous Colors of #426efe

#426efe #7442fe #42ccfe

Monochromatic Colors of #426efe

#426efe

Complementary Color

#426efe #fed242

#426efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#426efe Color CSS Codes

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

#426efe Text Font Color

<p style="color:#426efe">Text here</p>

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


#426efe Background Color

<div style="background-color:#426efe">
Div content here</div>

This div background color is #426efe


#426efe Border Color

<div style="border:3px solid #426efe">
Div here</div>

This div border color is #426efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,110,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426efe;
  -webkit-box-shadow: 1px 1px 3px 2px #426efe;
  box-shadow:         1px 1px 3px 2px #426efe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,110,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426efe


Comments

No comments written yet.

Please login to write comment.