Color Hex Logo

#073fda Color Hex

#073FDA
(7,63,218)
0 Favorites   0 Comments

Color spaces of #073fda

RGB 763218
HSL0.620.940.44
HSV224°97°85°
CMYK 0.970.710.00   0.15
XYZ14.52008.662167.2363
Yxy8.66210.16060.0958
Hunter Lab29.431436.5579-114.8463
CIE-Lab35.325446.0578-81.8197

#073fda color RGB value is (7,63,218).

#073fda hex color red value is 7, green value is 63 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #073fda hue: 0.62 , saturation: 0.94 and the lightness value of 073fda is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 11011010
Octal 7 77 332
Decimal 7 63 218
Hex 7 3F DA

RGB Percentages of Color #073fda

%2.43
%21.88
%75.69

CMYK Percentages of Color #073fda

%97
%71
%0
%15

Triadic Colors of #073fda

#073fda #da073f #3fda07

Analogous Colors of #073fda

#073fda #3907da #07a9da

Monochromatic Colors of #073fda

#073fda

Complementary Color

#073fda #daa207

#073fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fda Color CSS Codes

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

#073fda Text Font Color

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

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


#073fda Background Color

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

This div background color is #073fda


#073fda Border Color

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

This div border color is #073fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fda


Comments

No comments written yet.

Please login to write comment.