Color Hex Logo

#073afa Color Hex

#073AFA
(7,58,250)
0 Favorites   0 Comments

Color spaces of #073afa

RGB 758250
HSL0.630.960.50
HSV227°97°98°
CMYK 0.970.770.00   0.02
XYZ18.85609.973491.3737
Yxy9.97340.15690.0830
Hunter Lab31.580751.3114-149.4397
CIE-Lab37.794659.7396-95.8978

#073afa color RGB value is (7,58,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111010 11111010
Octal 7 72 372
Decimal 7 58 250
Hex 7 3A FA

RGB Percentages of Color #073afa

%2.22
%18.41
%79.37

CMYK Percentages of Color #073afa

%97
%77
%0
%2

Triadic Colors of #073afa

#073afa #fa073a #3afa07

Analogous Colors of #073afa

#073afa #4d07fa #07b4fa

Monochromatic Colors of #073afa

#073afa

Complementary Color

#073afa #fac707

#073afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#073afa Color CSS Codes

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

#073afa Text Font Color

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

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


#073afa Background Color

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

This div background color is #073afa


#073afa Border Color

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

This div border color is #073afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073afa


Comments

No comments written yet.

Please login to write comment.