Color Hex Logo

#042eea Color Hex

#042EEA
(4,46,234)
0 Favorites   0 Comments

Color spaces of #042eea

RGB 446234
HSL0.640.970.47
HSV229°98°92°
CMYK 0.980.800.00   0.08
XYZ15.87837.920378.5338
Yxy7.92030.15520.0774
Hunter Lab28.143051.4594-145.7501
CIE-Lab33.816360.6498-93.4711

#042eea color RGB value is (4,46,234).

#042eea hex color red value is 4, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #042eea hue: 0.64 , saturation: 0.97 and the lightness value of 042eea is 0.47.

The process color (four color CMYK) of #042eea color hex is 0.98, 0.80, 0.00, 0.08. Web safe color of #042eea is #0033ff. Color #042eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101110 11101010
Octal 4 56 352
Decimal 4 46 234
Hex 4 2E EA

RGB Percentages of Color #042eea

%1.41
%16.20
%82.39

CMYK Percentages of Color #042eea

%98
%80
%0
%8

Triadic Colors of #042eea

#042eea #ea042e #2eea04

Analogous Colors of #042eea

#042eea #4d04ea #04a1ea

Monochromatic Colors of #042eea

#042eea

Complementary Color

#042eea #eac004

#042eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#042eea Color CSS Codes

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

#042eea Text Font Color

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

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


#042eea Background Color

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

This div background color is #042eea


#042eea Border Color

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

This div border color is #042eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042eea


Comments

No comments written yet.

Please login to write comment.