Color Hex Logo

#424bfd Color Hex

#424BFD
(66,75,253)
0 Favorites   0 Comments

Color spaces of #424bfd

RGB 6675253
HSL0.660.980.63
HSV237°74°99°
CMYK 0.740.700.00   0.01
XYZ22.492513.282394.3068
Yxy13.28230.17290.1021
Hunter Lab36.444946.3853-127.9106
CIE-Lab43.185654.1589-88.6004

#424bfd color RGB value is (66,75,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001011 11111101
Octal 102 113 375
Decimal 66 75 253
Hex 42 4B FD

RGB Percentages of Color #424bfd

%16.75
%19.04
%64.21

CMYK Percentages of Color #424bfd

%74
%70
%0
%1

Triadic Colors of #424bfd

#424bfd #fd424b #4bfd42

Analogous Colors of #424bfd

#424bfd #9742fd #42a9fd

Monochromatic Colors of #424bfd

#424bfd

Complementary Color

#424bfd #fdf442

#424bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#424bfd Color CSS Codes

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

#424bfd Text Font Color

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

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


#424bfd Background Color

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

This div background color is #424bfd


#424bfd Border Color

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

This div border color is #424bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424bfd


Comments

No comments written yet.

Please login to write comment.