Color Hex Logo

#073fab Color Hex

#073FAB
(7,63,171)
0 Favorites   0 Comments

Color spaces of #073fab

RGB 763171
HSL0.610.920.35
HSV220°96°67°
CMYK 0.960.630.00   0.33
XYZ9.21586.540539.3048
Yxy6.54050.16740.1188
Hunter Lab25.574419.5677-73.2196
CIE-Lab30.737128.2509-61.8238

#073fab color RGB value is (7,63,171).

#073fab hex color red value is 7, green value is 63 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #073fab hue: 0.61 , saturation: 0.92 and the lightness value of 073fab is 0.35.

The process color (four color CMYK) of #073fab color hex is 0.96, 0.63, 0.00, 0.33. Web safe color of #073fab is #003399. Color #073fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 10101011
Octal 7 77 253
Decimal 7 63 171
Hex 7 3F AB

RGB Percentages of Color #073fab

%2.90
%26.14
%70.95

CMYK Percentages of Color #073fab

%96
%63
%0
%33

Triadic Colors of #073fab

#073fab #ab073f #3fab07

Analogous Colors of #073fab

#073fab #2107ab #0791ab

Monochromatic Colors of #073fab

#073fab

Complementary Color

#073fab #ab7307

#073fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fab Color CSS Codes

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

#073fab Text Font Color

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

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


#073fab Background Color

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

This div background color is #073fab


#073fab Border Color

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

This div border color is #073fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fab


Comments

No comments written yet.

Please login to write comment.