Color Hex Logo

#042dae Color Hex

#042DAE
(4,45,174)
0 Favorites   0 Comments

Color spaces of #042dae

RGB 445174
HSL0.630.960.35
HSV226°98°68°
CMYK 0.980.740.00   0.32
XYZ8.62844.958640.5467
Yxy4.95860.15940.0916
Hunter Lab22.267930.1966-92.3711
CIE-Lab26.616541.0242-70.4126

#042dae color RGB value is (4,45,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101101 10101110
Octal 4 55 256
Decimal 4 45 174
Hex 4 2D AE

RGB Percentages of Color #042dae

%1.79
%20.18
%78.03

CMYK Percentages of Color #042dae

%98
%74
%0
%32

Triadic Colors of #042dae

#042dae #ae042d #2dae04

Analogous Colors of #042dae

#042dae #3004ae #0482ae

Monochromatic Colors of #042dae

#042dae

Complementary Color

#042dae #ae8504

#042dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#042dae Color CSS Codes

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

#042dae Text Font Color

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

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


#042dae Background Color

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

This div background color is #042dae


#042dae Border Color

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

This div border color is #042dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042dae


Comments

No comments written yet.

Please login to write comment.