Color Hex Logo

#073dab Color Hex

#073DAB
(7,61,171)
0 Favorites   0 Comments

Color spaces of #073dab

RGB 761171
HSL0.610.920.35
HSV220°96°67°
CMYK 0.960.640.00   0.33
XYZ9.10716.322939.2685
Yxy6.32290.16650.1156
Hunter Lab25.145420.6443-74.9890
CIE-Lab30.212929.6035-62.6837

#073dab color RGB value is (7,61,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111101 10101011
Octal 7 75 253
Decimal 7 61 171
Hex 7 3D AB

RGB Percentages of Color #073dab

%2.93
%25.52
%71.55

CMYK Percentages of Color #073dab

%96
%64
%0
%33

Triadic Colors of #073dab

#073dab #ab073d #3dab07

Analogous Colors of #073dab

#073dab #2307ab #078fab

Monochromatic Colors of #073dab

#073dab

Complementary Color

#073dab #ab7507

#073dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#073dab Color CSS Codes

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

#073dab Text Font Color

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

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


#073dab Background Color

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

This div background color is #073dab


#073dab Border Color

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

This div border color is #073dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073dab


Comments

No comments written yet.

Please login to write comment.