Color Hex Logo

#424efe Color Hex

#424EFE
(66,78,254)
0 Favorites   0 Comments

Color spaces of #424efe

RGB 6678254
HSL0.660.990.63
HSV236°74°100°
CMYK 0.740.690.00   0.00
XYZ22.860513.762895.2175
Yxy13.76280.17340.1044
Hunter Lab37.098245.0725-126.2068
CIE-Lab43.890852.7965-87.9962

#424efe color RGB value is (66,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001110 11111110
Octal 102 116 376
Decimal 66 78 254
Hex 42 4E FE

RGB Percentages of Color #424efe

%16.58
%19.60
%63.82

CMYK Percentages of Color #424efe

%74
%69
%0
%0

Triadic Colors of #424efe

#424efe #fe424e #4efe42

Analogous Colors of #424efe

#424efe #9442fe #42acfe

Monochromatic Colors of #424efe

#424efe

Complementary Color

#424efe #fef242

#424efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#424efe Color CSS Codes

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

#424efe Text Font Color

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

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


#424efe Background Color

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

This div background color is #424efe


#424efe Border Color

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

This div border color is #424efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,78,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 #424efe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424efe

Related Colors


Comments

No comments written yet.

Please login to write comment.