Color Hex Logo

#0737fe Color Hex

#0737FE
(7,55,254)
0 Favorites   0 Comments

Color spaces of #0737fe

RGB 755254
HSL0.630.990.51
HSV228°97°100°
CMYK 0.970.780.00   0.00
XYZ19.34329.933394.6638
Yxy9.93330.15610.0801
Hunter Lab31.517154.3969-156.0194
CIE-Lab37.722562.5411-98.2599

#0737fe color RGB value is (7,55,254).

#0737fe hex color red value is 7, green value is 55 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0737fe hue: 0.63 , saturation: 0.99 and the lightness value of 0737fe is 0.51.

The process color (four color CMYK) of #0737fe color hex is 0.97, 0.78, 0.00, 0.00. Web safe color of #0737fe is #0033ff. Color #0737fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110111 11111110
Octal 7 67 376
Decimal 7 55 254
Hex 7 37 FE

RGB Percentages of Color #0737fe

%2.22
%17.41
%80.38

CMYK Percentages of Color #0737fe

%97
%78
%0
%0

Triadic Colors of #0737fe

#0737fe #fe0737 #37fe07

Analogous Colors of #0737fe

#0737fe #5207fe #07b3fe

Monochromatic Colors of #0737fe

#0737fe

Complementary Color

#0737fe #fece07

#0737fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0737fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0737fe Color CSS Codes

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

#0737fe Text Font Color

<p style="color:#0737fe">Text here</p>

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


#0737fe Background Color

<div style="background-color:#0737fe">
Div content here</div>

This div background color is #0737fe


#0737fe Border Color

<div style="border:3px solid #0737fe">
Div here</div>

This div border color is #0737fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,55,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0737fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0737fe;
  -webkit-box-shadow: 1px 1px 3px 2px #0737fe;
  box-shadow:         1px 1px 3px 2px #0737fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0737fe


Comments

No comments written yet.

Please login to write comment.