Color Hex Logo

#424def Color Hex

#424DEF
(66,77,239)
0 Favorites   0 Comments

Color spaces of #424def

RGB 6677239
HSL0.660.840.60
HSV236°72°94°
CMYK 0.720.680.00   0.06
XYZ20.480612.698083.0329
Yxy12.69800.17620.1093
Hunter Lab35.634340.2320-113.2102
CIE-Lab42.304648.4454-82.1978

#424def color RGB value is (66,77,239).

#424def hex color red value is 66, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #424def hue: 0.66 , saturation: 0.84 and the lightness value of 424def is 0.60.

The process color (four color CMYK) of #424def color hex is 0.72, 0.68, 0.00, 0.06. Web safe color of #424def is #3366ff. Color #424def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 11101111
Octal 102 115 357
Decimal 66 77 239
Hex 42 4D EF

RGB Percentages of Color #424def

%17.28
%20.16
%62.57

CMYK Percentages of Color #424def

%72
%68
%0
%6

Triadic Colors of #424def

#424def #ef424d #4def42

Analogous Colors of #424def

#424def #8e42ef #42a4ef

Monochromatic Colors of #424def

#424def

Complementary Color

#424def #efe442

#424def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424def Color Preview on White Background

Lorem ipsum dolor sit amet.

#424def Color CSS Codes

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

#424def Text Font Color

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

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


#424def Background Color

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

This div background color is #424def


#424def Border Color

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

This div border color is #424def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424def


Comments

No comments written yet.

Please login to write comment.