Color Hex Logo

#0790eb Color Hex

#0790EB
(7,144,235)
0 Favorites   0 Comments

Color spaces of #0790eb

RGB 7144235
HSL0.570.940.47
HSV204°97°92°
CMYK 0.970.390.00   0.08
XYZ25.056325.989882.2932
Yxy25.98980.18790.1949
Hunter Lab50.9802-1.4842-60.0209
CIE-Lab58.02741.5160-54.5455

#0790eb color RGB value is (7,144,235).

#0790eb hex color red value is 7, green value is 144 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0790eb hue: 0.57 , saturation: 0.94 and the lightness value of 0790eb is 0.47.

The process color (four color CMYK) of #0790eb color hex is 0.97, 0.39, 0.00, 0.08. Web safe color of #0790eb is #0099ff. Color #0790eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010000 11101011
Octal 7 220 353
Decimal 7 144 235
Hex 7 90 EB

RGB Percentages of Color #0790eb

%1.81
%37.31
%60.88

CMYK Percentages of Color #0790eb

%97
%39
%0
%8

Triadic Colors of #0790eb

#0790eb #eb0790 #90eb07

Analogous Colors of #0790eb

#0790eb #071eeb #07ebd4

Monochromatic Colors of #0790eb

#0790eb

Complementary Color

#0790eb #eb6207

#0790eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0790eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0790eb Color CSS Codes

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

#0790eb Text Font Color

<p style="color:#0790eb">Text here</p>

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


#0790eb Background Color

<div style="background-color:#0790eb">
Div content here</div>

This div background color is #0790eb


#0790eb Border Color

<div style="border:3px solid #0790eb">
Div here</div>

This div border color is #0790eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,144,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0790eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0790eb;
  -webkit-box-shadow: 1px 1px 3px 2px #0790eb;
  box-shadow:         1px 1px 3px 2px #0790eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0790eb


Comments

No comments written yet.

Please login to write comment.