Color Hex Logo

#042edb Color Hex

#042EDB
(4,46,219)
0 Favorites   0 Comments

Color spaces of #042edb

RGB 446219
HSL0.630.960.44
HSV228°98°86°
CMYK 0.980.790.00   0.14
XYZ13.81327.094367.6591
Yxy7.09430.15600.0801
Hunter Lab26.635145.9601-131.9651
CIE-Lab32.020655.8932-87.8738

#042edb color RGB value is (4,46,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101110 11011011
Octal 4 56 333
Decimal 4 46 219
Hex 4 2E DB

RGB Percentages of Color #042edb

%1.49
%17.10
%81.41

CMYK Percentages of Color #042edb

%98
%79
%0
%14

Triadic Colors of #042edb

#042edb #db042e #2edb04

Analogous Colors of #042edb

#042edb #4504db #049adb

Monochromatic Colors of #042edb

#042edb

Complementary Color

#042edb #dbb104

#042edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#042edb Color CSS Codes

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

#042edb Text Font Color

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

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


#042edb Background Color

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

This div background color is #042edb


#042edb Border Color

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

This div border color is #042edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042edb


Comments

No comments written yet.

Please login to write comment.