Color Hex Logo

#424fda Color Hex

#424FDA
(66,79,218)
0 Favorites   0 Comments

Color spaces of #424fda

RGB 6679218
HSL0.650.670.56
HSV235°70°85°
CMYK 0.700.640.00   0.15
XYZ17.697611.812267.6769
Yxy11.81220.18210.1215
Hunter Lab34.368931.7696-92.6917
CIE-Lab40.916140.1869-72.5518

#424fda color RGB value is (66,79,218).

#424fda hex color red value is 66, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #424fda hue: 0.65 , saturation: 0.67 and the lightness value of 424fda is 0.56.

The process color (four color CMYK) of #424fda color hex is 0.70, 0.64, 0.00, 0.15. Web safe color of #424fda is #3366cc. Color #424fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001111 11011010
Octal 102 117 332
Decimal 66 79 218
Hex 42 4F DA

RGB Percentages of Color #424fda

%18.18
%21.76
%60.06

CMYK Percentages of Color #424fda

%70
%64
%0
%15

Triadic Colors of #424fda

#424fda #da424f #4fda42

Analogous Colors of #424fda

#424fda #8142da #429bda

Monochromatic Colors of #424fda

#424fda

Complementary Color

#424fda #dacd42

#424fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#424fda Color CSS Codes

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

#424fda Text Font Color

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

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


#424fda Background Color

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

This div background color is #424fda


#424fda Border Color

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

This div border color is #424fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424fda


Comments

No comments written yet.

Please login to write comment.