Color Hex Logo

#073dbe Color Hex

#073DBE
(7,61,190)
0 Favorites   0 Comments

Color spaces of #073dbe

RGB 761190
HSL0.620.930.39
HSV222°96°75°
CMYK 0.960.680.00   0.25
XYZ11.05067.100449.5033
Yxy7.10040.16330.1050
Hunter Lab26.646627.3942-91.4948
CIE-Lab32.034436.9904-70.9697

#073dbe color RGB value is (7,61,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 10111110
Octal 7 75 276
Decimal 7 61 190
Hex 7 3D BE

RGB Percentages of Color #073dbe

%2.71
%23.64
%73.64

CMYK Percentages of Color #073dbe

%96
%68
%0
%25

Triadic Colors of #073dbe

#073dbe #be073d #3dbe07

Analogous Colors of #073dbe

#073dbe #2c07be #0799be

Monochromatic Colors of #073dbe

#073dbe

Complementary Color

#073dbe #be8807

#073dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#073dbe Color CSS Codes

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

#073dbe Text Font Color

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

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


#073dbe Background Color

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

This div background color is #073dbe


#073dbe Border Color

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

This div border color is #073dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073dbe


Comments

No comments written yet.

Please login to write comment.