Color Hex Logo

#424dac Color Hex

#424DAC
(66,77,172)
0 Favorites   0 Comments

Color spaces of #424dac

RGB 6677172
HSL0.650.450.47
HSV234°62°67°
CMYK 0.620.550.00   0.33
XYZ12.34709.444640.2019
Yxy9.44460.19920.1523
Hunter Lab30.732117.9335-56.0473
CIE-Lab36.826625.5268-52.3999

#424dac color RGB value is (66,77,172).

#424dac hex color red value is 66, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #424dac hue: 0.65 , saturation: 0.45 and the lightness value of 424dac is 0.47.

The process color (four color CMYK) of #424dac color hex is 0.62, 0.55, 0.00, 0.33. Web safe color of #424dac is #336699. Color #424dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01001101 10101100
Octal 102 115 254
Decimal 66 77 172
Hex 42 4D AC

RGB Percentages of Color #424dac

%20.95
%24.44
%54.60

CMYK Percentages of Color #424dac

%62
%55
%0
%33

Triadic Colors of #424dac

#424dac #ac424d #4dac42

Analogous Colors of #424dac

#424dac #6c42ac #4282ac

Monochromatic Colors of #424dac

#424dac

Complementary Color

#424dac #aca142

#424dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#424dac Color CSS Codes

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

#424dac Text Font Color

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

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


#424dac Background Color

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

This div background color is #424dac


#424dac Border Color

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

This div border color is #424dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424dac


Comments

No comments written yet.

Please login to write comment.