Color Hex Logo

#073ecc Color Hex

#073ECC
(7,62,204)
0 Favorites   0 Comments

Color spaces of #073ecc

RGB 762204
HSL0.620.930.41
HSV223°97°80°
CMYK 0.970.700.00   0.20
XYZ12.70937.850157.9721
Yxy7.85010.16180.1000
Hunter Lab28.018031.9381-103.0643
CIE-Lab33.668741.5912-76.4642

#073ecc color RGB value is (7,62,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 11001100
Octal 7 76 314
Decimal 7 62 204
Hex 7 3E CC

RGB Percentages of Color #073ecc

%2.56
%22.71
%74.73

CMYK Percentages of Color #073ecc

%97
%70
%0
%20

Triadic Colors of #073ecc

#073ecc #cc073e #3ecc07

Analogous Colors of #073ecc

#073ecc #3307cc #07a1cc

Monochromatic Colors of #073ecc

#073ecc

Complementary Color

#073ecc #cc9507

#073ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#073ecc Color CSS Codes

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

#073ecc Text Font Color

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

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


#073ecc Background Color

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

This div background color is #073ecc


#073ecc Border Color

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

This div border color is #073ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073ecc


Comments

No comments written yet.

Please login to write comment.