Color Hex Logo

#042fda Color Hex

#042FDA
(4,47,218)
0 Favorites   0 Comments

Color spaces of #042fda

RGB 447218
HSL0.630.960.44
HSV228°98°85°
CMYK 0.980.780.00   0.15
XYZ13.72157.120866.9809
Yxy7.12080.15620.0811
Hunter Lab26.684845.0873-130.1429
CIE-Lab32.080355.0528-87.1987

#042fda color RGB value is (4,47,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00101111 11011010
Octal 4 57 332
Decimal 4 47 218
Hex 4 2F DA

RGB Percentages of Color #042fda

%1.49
%17.47
%81.04

CMYK Percentages of Color #042fda

%98
%78
%0
%15

Triadic Colors of #042fda

#042fda #da042f #2fda04

Analogous Colors of #042fda

#042fda #4404da #049ada

Monochromatic Colors of #042fda

#042fda

Complementary Color

#042fda #daaf04

#042fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#042fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#042fda Color CSS Codes

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

#042fda Text Font Color

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

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


#042fda Background Color

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

This div background color is #042fda


#042fda Border Color

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

This div border color is #042fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #042fda


Comments

No comments written yet.

Please login to write comment.