Color Hex Logo

#073ecb Color Hex

#073ECB
(7,62,203)
0 Favorites   0 Comments

Color spaces of #073ecb

RGB 762203
HSL0.620.930.41
HSV223°97°80°
CMYK 0.970.690.00   0.20
XYZ12.58977.802257.3423
Yxy7.80220.16200.1004
Hunter Lab27.932431.5718-102.1634
CIE-Lab33.567541.2230-76.0496

#073ecb color RGB value is (7,62,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 11001011
Octal 7 76 313
Decimal 7 62 203
Hex 7 3E CB

RGB Percentages of Color #073ecb

%2.57
%22.79
%74.63

CMYK Percentages of Color #073ecb

%97
%69
%0
%20

Triadic Colors of #073ecb

#073ecb #cb073e #3ecb07

Analogous Colors of #073ecb

#073ecb #3207cb #07a0cb

Monochromatic Colors of #073ecb

#073ecb

Complementary Color

#073ecb #cb9407

#073ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#073ecb Color CSS Codes

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

#073ecb Text Font Color

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

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


#073ecb Background Color

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

This div background color is #073ecb


#073ecb Border Color

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

This div border color is #073ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073ecb


Comments

No comments written yet.

Please login to write comment.