Color Hex Logo

#073bda Color Hex

#073BDA
(7,59,218)
0 Favorites   0 Comments

Color spaces of #073bda

RGB 759218
HSL0.630.940.44
HSV225°97°85°
CMYK 0.970.730.00   0.15
XYZ14.30658.235167.1652
Yxy8.23510.15950.0918
Hunter Lab28.696938.7697-118.6808
CIE-Lab34.467848.4379-83.2383

#073bda color RGB value is (7,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111011 11011010
Octal 7 73 332
Decimal 7 59 218
Hex 7 3B DA

RGB Percentages of Color #073bda

%2.46
%20.77
%76.76

CMYK Percentages of Color #073bda

%97
%73
%0
%15

Triadic Colors of #073bda

#073bda #da073b #3bda07

Analogous Colors of #073bda

#073bda #3c07da #07a5da

Monochromatic Colors of #073bda

#073bda

Complementary Color

#073bda #daa607

#073bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#073bda Color CSS Codes

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

#073bda Text Font Color

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

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


#073bda Background Color

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

This div background color is #073bda


#073bda Border Color

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

This div border color is #073bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073bda


Comments

No comments written yet.

Please login to write comment.