Color Hex Logo

#0763eb Color Hex

#0763EB
(7,99,235)
0 Favorites   0 Comments

Color spaces of #0763eb

RGB 799235
HSL0.600.940.47
HSV216°97°92°
CMYK 0.970.580.00   0.08
XYZ19.544914.967080.4561
Yxy14.96700.17000.1302
Hunter Lab38.687222.4762-96.2218
CIE-Lab45.589029.6524-74.6251

#0763eb color RGB value is (7,99,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100011 11101011
Octal 7 143 353
Decimal 7 99 235
Hex 7 63 EB

RGB Percentages of Color #0763eb

%2.05
%29.03
%68.91

CMYK Percentages of Color #0763eb

%97
%58
%0
%8

Triadic Colors of #0763eb

#0763eb #eb0763 #63eb07

Analogous Colors of #0763eb

#0763eb #1d07eb #07d5eb

Monochromatic Colors of #0763eb

#0763eb

Complementary Color

#0763eb #eb8f07

#0763eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0763eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0763eb Color CSS Codes

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

#0763eb Text Font Color

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

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


#0763eb Background Color

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

This div background color is #0763eb


#0763eb Border Color

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

This div border color is #0763eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0763eb


Comments

No comments written yet.

Please login to write comment.