Color Hex Logo

#073eff Color Hex

#073EFF
(7,62,255)
0 Favorites   0 Comments

Color spaces of #073eff

RGB 762255
HSL0.631.000.51
HSV227°97°100°
CMYK 0.970.760.00   0.00
XYZ19.860210.710495.6283
Yxy10.71040.15740.0849
Hunter Lab32.726751.0508-150.3380
CIE-Lab39.088459.2507-96.5509

#073eff color RGB value is (7,62,255).

#073eff hex color red value is 7, green value is 62 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #073eff hue: 0.63 , saturation: 1.00 and the lightness value of 073eff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 11111111
Octal 7 76 377
Decimal 7 62 255
Hex 7 3E FF

RGB Percentages of Color #073eff

%2.16
%19.14
%78.70

CMYK Percentages of Color #073eff

%97
%76
%0
%0

Triadic Colors of #073eff

#073eff #ff073e #3eff07

Analogous Colors of #073eff

#073eff #4c07ff #07baff

Monochromatic Colors of #073eff

#073eff

Complementary Color

#073eff #ffc807

#073eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#073eff Color CSS Codes

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

#073eff Text Font Color

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

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


#073eff Background Color

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

This div background color is #073eff


#073eff Border Color

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

This div border color is #073eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073eff


Comments

No comments written yet.

Please login to write comment.