Color Hex Logo

#073fcc Color Hex

#073FCC
(7,63,204)
0 Favorites   0 Comments

Color spaces of #073fcc

RGB 763204
HSL0.620.930.41
HSV223°97°80°
CMYK 0.970.690.00   0.20
XYZ12.76427.959857.9904
Yxy7.95980.16220.1011
Hunter Lab28.213131.3841-102.1179
CIE-Lab33.899040.9662-76.0842

#073fcc color RGB value is (7,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 11001100
Octal 7 77 314
Decimal 7 63 204
Hex 7 3F CC

RGB Percentages of Color #073fcc

%2.55
%22.99
%74.45

CMYK Percentages of Color #073fcc

%97
%69
%0
%20

Triadic Colors of #073fcc

#073fcc #cc073f #3fcc07

Analogous Colors of #073fcc

#073fcc #3107cc #07a2cc

Monochromatic Colors of #073fcc

#073fcc

Complementary Color

#073fcc #cc9407

#073fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fcc Color CSS Codes

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

#073fcc Text Font Color

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

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


#073fcc Background Color

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

This div background color is #073fcc


#073fcc Border Color

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

This div border color is #073fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fcc


Comments

No comments written yet.

Please login to write comment.