Color Hex Logo

#042dac Color Hex

#042DAC
(4,45,172)
0 Favorites   0 Comments

Color spaces of #042dac

RGB 445172
HSL0.630.950.35
HSV225°98°67°
CMYK 0.980.740.00   0.33
XYZ8.43494.881139.5273
Yxy4.88110.15960.0924
Hunter Lab22.093229.4859-90.6114
CIE-Lab26.393340.2937-69.5813

#042dac color RGB value is (4,45,172).

#042dac hex color red value is 4, green value is 45 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #042dac hue: 0.63 , saturation: 0.95 and the lightness value of 042dac is 0.35.

The process color (four color CMYK) of #042dac color hex is 0.98, 0.74, 0.00, 0.33. Web safe color of #042dac is #003399. Color #042dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 10101100
Octal 4 55 254
Decimal 4 45 172
Hex 4 2D AC

RGB Percentages of Color #042dac

%1.81
%20.36
%77.83

CMYK Percentages of Color #042dac

%98
%74
%0
%33

Triadic Colors of #042dac

#042dac #ac042d #2dac04

Analogous Colors of #042dac

#042dac #2f04ac #0481ac

Monochromatic Colors of #042dac

#042dac

Complementary Color

#042dac #ac8304

#042dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#042dac Color CSS Codes

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

#042dac Text Font Color

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

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


#042dac Background Color

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

This div background color is #042dac


#042dac Border Color

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

This div border color is #042dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,45,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 #042dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042dac


Comments

No comments written yet.

Please login to write comment.