Color Hex Logo

#073fea Color Hex

#073FEA
(7,63,234)
0 Favorites   0 Comments

Color spaces of #073fea

RGB 763234
HSL0.630.940.47
HSV225°97°92°
CMYK 0.970.730.00   0.08
XYZ16.71649.540778.8024
Yxy9.54070.15910.0908
Hunter Lab30.888042.5490-129.6407
CIE-Lab37.005251.6672-88.1774

#073fea color RGB value is (7,63,234).

#073fea hex color red value is 7, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #073fea hue: 0.63 , saturation: 0.94 and the lightness value of 073fea is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 11101010
Octal 7 77 352
Decimal 7 63 234
Hex 7 3F EA

RGB Percentages of Color #073fea

%2.30
%20.72
%76.97

CMYK Percentages of Color #073fea

%97
%73
%0
%8

Triadic Colors of #073fea

#073fea #ea073f #3fea07

Analogous Colors of #073fea

#073fea #4107ea #07b1ea

Monochromatic Colors of #073fea

#073fea

Complementary Color

#073fea #eab207

#073fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fea Color CSS Codes

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

#073fea Text Font Color

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

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


#073fea Background Color

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

This div background color is #073fea


#073fea Border Color

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

This div border color is #073fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fea


Comments

No comments written yet.

Please login to write comment.