Color Hex Logo

#424bfe Color Hex

#424BFE
(66,75,254)
0 Favorites   0 Comments

Color spaces of #424bfe

RGB 6675254
HSL0.660.990.63
HSV237°74°100°
CMYK 0.740.700.00   0.00
XYZ22.652213.346295.1481
Yxy13.34620.17270.1018
Hunter Lab36.532546.7484-128.8470
CIE-Lab43.280354.4806-89.0023

#424bfe color RGB value is (66,75,254).

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

The process color (four color CMYK) of #424bfe color hex is 0.74, 0.70, 0.00, 0.00. Web safe color of #424bfe is #3333ff. Color #424bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 11111110
Octal 102 113 376
Decimal 66 75 254
Hex 42 4B FE

RGB Percentages of Color #424bfe

%16.71
%18.99
%64.30

CMYK Percentages of Color #424bfe

%74
%70
%0
%0

Triadic Colors of #424bfe

#424bfe #fe424b #4bfe42

Analogous Colors of #424bfe

#424bfe #9742fe #42a9fe

Monochromatic Colors of #424bfe

#424bfe

Complementary Color

#424bfe #fef542

#424bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bfe Color CSS Codes

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

#424bfe Text Font Color

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

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


#424bfe Background Color

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

This div background color is #424bfe


#424bfe Border Color

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

This div border color is #424bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bfe


Comments

No comments written yet.

Please login to write comment.