Color Hex Logo

#073cfa Color Hex

#073CFA
(7,60,250)
0 Favorites   0 Comments

Color spaces of #073cfa

RGB 760250
HSL0.630.960.50
HSV227°97°98°
CMYK 0.970.760.00   0.02
XYZ18.958810.179091.4080
Yxy10.17900.15730.0844
Hunter Lab31.904550.2380-147.5354
CIE-Lab38.161858.6861-95.2884

#073cfa color RGB value is (7,60,250).

#073cfa hex color red value is 7, green value is 60 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #073cfa hue: 0.63 , saturation: 0.96 and the lightness value of 073cfa is 0.50.

The process color (four color CMYK) of #073cfa color hex is 0.97, 0.76, 0.00, 0.02. Web safe color of #073cfa is #0033ff. Color #073cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111100 11111010
Octal 7 74 372
Decimal 7 60 250
Hex 7 3C FA

RGB Percentages of Color #073cfa

%2.21
%18.93
%78.86

CMYK Percentages of Color #073cfa

%97
%76
%0
%2

Triadic Colors of #073cfa

#073cfa #fa073c #3cfa07

Analogous Colors of #073cfa

#073cfa #4b07fa #07b6fa

Monochromatic Colors of #073cfa

#073cfa

Complementary Color

#073cfa #fac507

#073cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#073cfa Color CSS Codes

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

#073cfa Text Font Color

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

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


#073cfa Background Color

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

This div background color is #073cfa


#073cfa Border Color

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

This div border color is #073cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073cfa


Comments

No comments written yet.

Please login to write comment.