Color Hex Logo

#424cec Color Hex

#424CEC
(66,76,236)
0 Favorites   0 Comments

Color spaces of #424cec

RGB 6676236
HSL0.660.820.59
HSV236°72°93°
CMYK 0.720.680.00   0.07
XYZ19.971512.383380.6945
Yxy12.38330.17670.1095
Hunter Lab35.189939.7226-111.3258
CIE-Lab41.818948.0342-81.3036

#424cec color RGB value is (66,76,236).

#424cec hex color red value is 66, green value is 76 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #424cec hue: 0.66 , saturation: 0.82 and the lightness value of 424cec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 11101100
Octal 102 114 354
Decimal 66 76 236
Hex 42 4C EC

RGB Percentages of Color #424cec

%17.46
%20.11
%62.43

CMYK Percentages of Color #424cec

%72
%68
%0
%7

Triadic Colors of #424cec

#424cec #ec424c #4cec42

Analogous Colors of #424cec

#424cec #8d42ec #42a1ec

Monochromatic Colors of #424cec

#424cec

Complementary Color

#424cec #ece242

#424cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#424cec Color CSS Codes

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

#424cec Text Font Color

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

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


#424cec Background Color

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

This div background color is #424cec


#424cec Border Color

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

This div border color is #424cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424cec


Comments

No comments written yet.

Please login to write comment.