Color Hex Logo

#042eca Color Hex

#042ECA
(4,46,202)
0 Favorites   0 Comments

Color spaces of #042eca

RGB 446202
HSL0.630.960.40
HSV227°98°79°
CMYK 0.980.770.00   0.21
XYZ11.68776.244156.4663
Yxy6.24410.15710.0839
Hunter Lab24.988239.7602-116.4870
CIE-Lab30.020150.2750-81.3391

#042eca color RGB value is (4,46,202).

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

The process color (four color CMYK) of #042eca color hex is 0.98, 0.77, 0.00, 0.21. Web safe color of #042eca is #0033cc. Color #042eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101110 11001010
Octal 4 56 312
Decimal 4 46 202
Hex 4 2E CA

RGB Percentages of Color #042eca

%1.59
%18.25
%80.16

CMYK Percentages of Color #042eca

%98
%77
%0
%21

Triadic Colors of #042eca

#042eca #ca042e #2eca04

Analogous Colors of #042eca

#042eca #3d04ca #0491ca

Monochromatic Colors of #042eca

#042eca

Complementary Color

#042eca #caa004

#042eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#042eca Color CSS Codes

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

#042eca Text Font Color

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

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


#042eca Background Color

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

This div background color is #042eca


#042eca Border Color

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

This div border color is #042eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042eca


Comments

No comments written yet.

Please login to write comment.