Color Hex Logo

#424caa Color Hex

#424CAA
(66,76,170)
0 Favorites   0 Comments

Color spaces of #424caa

RGB 6676170
HSL0.650.440.46
HSV234°61°67°
CMYK 0.610.550.00   0.33
XYZ12.08699.229439.1746
Yxy9.22940.19980.1526
Hunter Lab30.379917.8528-55.1879
CIE-Lab36.422325.4787-51.8643

#424caa color RGB value is (66,76,170).

#424caa hex color red value is 66, green value is 76 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #424caa hue: 0.65 , saturation: 0.44 and the lightness value of 424caa is 0.46.

The process color (four color CMYK) of #424caa color hex is 0.61, 0.55, 0.00, 0.33. Web safe color of #424caa is #333399. Color #424caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001100 10101010
Octal 102 114 252
Decimal 66 76 170
Hex 42 4C AA

RGB Percentages of Color #424caa

%21.15
%24.36
%54.49

CMYK Percentages of Color #424caa

%61
%55
%0
%33

Triadic Colors of #424caa

#424caa #aa424c #4caa42

Analogous Colors of #424caa

#424caa #6c42aa #4280aa

Monochromatic Colors of #424caa

#424caa

Complementary Color

#424caa #aaa042

#424caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#424caa Color CSS Codes

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

#424caa Text Font Color

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

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


#424caa Background Color

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

This div background color is #424caa


#424caa Border Color

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

This div border color is #424caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424caa


Comments

No comments written yet.

Please login to write comment.