Color Hex Logo

#042cae Color Hex

#042CAE
(4,44,174)
0 Favorites   0 Comments

Color spaces of #042cae

RGB 444174
HSL0.630.960.35
HSV226°98°68°
CMYK 0.980.750.00   0.32
XYZ8.59074.883240.5342
Yxy4.88320.15910.0904
Hunter Lab22.098030.7214-93.2868
CIE-Lab26.399441.6323-70.7721

#042cae color RGB value is (4,44,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101100 10101110
Octal 4 54 256
Decimal 4 44 174
Hex 4 2C AE

RGB Percentages of Color #042cae

%1.80
%19.82
%78.38

CMYK Percentages of Color #042cae

%98
%75
%0
%32

Triadic Colors of #042cae

#042cae #ae042c #2cae04

Analogous Colors of #042cae

#042cae #3104ae #0481ae

Monochromatic Colors of #042cae

#042cae

Complementary Color

#042cae #ae8604

#042cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#042cae Color CSS Codes

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

#042cae Text Font Color

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

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


#042cae Background Color

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

This div background color is #042cae


#042cae Border Color

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

This div border color is #042cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042cae


Comments

No comments written yet.

Please login to write comment.