Color Hex Logo

#424aec Color Hex

#424AEC
(66,74,236)
0 Favorites   0 Comments

Color spaces of #424aec

RGB 6674236
HSL0.660.820.59
HSV237°72°93°
CMYK 0.720.690.00   0.07
XYZ19.835912.111980.6493
Yxy12.11190.17620.1076
Hunter Lab34.802240.8344-113.0351
CIE-Lab41.393449.1941-82.0034

#424aec color RGB value is (66,74,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001010 11101100
Octal 102 112 354
Decimal 66 74 236
Hex 42 4A EC

RGB Percentages of Color #424aec

%17.55
%19.68
%62.77

CMYK Percentages of Color #424aec

%72
%69
%0
%7

Triadic Colors of #424aec

#424aec #ec424a #4aec42

Analogous Colors of #424aec

#424aec #8f42ec #429fec

Monochromatic Colors of #424aec

#424aec

Complementary Color

#424aec #ece442

#424aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#424aec Color CSS Codes

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

#424aec Text Font Color

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

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


#424aec Background Color

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

This div background color is #424aec


#424aec Border Color

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

This div border color is #424aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424aec


Comments

No comments written yet.

Please login to write comment.