Color Hex Logo

#073abd Color Hex

#073ABD
(7,58,189)
0 Favorites   0 Comments

Color spaces of #073abd

RGB 758189
HSL0.620.930.38
HSV223°96°74°
CMYK 0.960.690.00   0.26
XYZ10.78606.745448.8776
Yxy6.74540.16240.1016
Hunter Lab25.971928.6793-93.4000
CIE-Lab31.220138.5366-71.7229

#073abd color RGB value is (7,58,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 10111101
Octal 7 72 275
Decimal 7 58 189
Hex 7 3A BD

RGB Percentages of Color #073abd

%2.76
%22.83
%74.41

CMYK Percentages of Color #073abd

%96
%69
%0
%26

Triadic Colors of #073abd

#073abd #bd073a #3abd07

Analogous Colors of #073abd

#073abd #2f07bd #0795bd

Monochromatic Colors of #073abd

#073abd

Complementary Color

#073abd #bd8a07

#073abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#073abd Color CSS Codes

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

#073abd Text Font Color

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

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


#073abd Background Color

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

This div background color is #073abd


#073abd Border Color

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

This div border color is #073abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073abd


Comments

No comments written yet.

Please login to write comment.