Color Hex Logo

#073fbe Color Hex

#073FBE
(7,63,190)
0 Favorites   0 Comments

Color spaces of #073fbe

RGB 763190
HSL0.620.930.39
HSV222°96°75°
CMYK 0.960.670.00   0.25
XYZ11.15947.317949.5395
Yxy7.31790.16410.1076
Hunter Lab27.051626.2949-89.6414
CIE-Lab32.519935.6959-70.1700

#073fbe color RGB value is (7,63,190).

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

The process color (four color CMYK) of #073fbe color hex is 0.96, 0.67, 0.00, 0.25. Web safe color of #073fbe is #0033cc. Color #073fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 10111110
Octal 7 77 276
Decimal 7 63 190
Hex 7 3F BE

RGB Percentages of Color #073fbe

%2.69
%24.23
%73.08

CMYK Percentages of Color #073fbe

%96
%67
%0
%25

Triadic Colors of #073fbe

#073fbe #be073f #3fbe07

Analogous Colors of #073fbe

#073fbe #2a07be #079bbe

Monochromatic Colors of #073fbe

#073fbe

Complementary Color

#073fbe #be8607

#073fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fbe Color CSS Codes

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

#073fbe Text Font Color

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

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


#073fbe Background Color

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

This div background color is #073fbe


#073fbe Border Color

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

This div border color is #073fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fbe


Comments

No comments written yet.

Please login to write comment.