Color Hex Logo

#0776ea Color Hex

#0776EA
(7,118,234)
0 Favorites   0 Comments

Color spaces of #0776ea

RGB 7118234
HSL0.590.940.47
HSV211°97°92°
CMYK 0.970.500.00   0.08
XYZ21.417318.942680.3694
Yxy18.94260.17740.1569
Hunter Lab43.523111.6727-79.0183
CIE-Lab50.620017.1053-65.8860

#0776ea color RGB value is (7,118,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110110 11101010
Octal 7 166 352
Decimal 7 118 234
Hex 7 76 EA

RGB Percentages of Color #0776ea

%1.95
%32.87
%65.18

CMYK Percentages of Color #0776ea

%97
%50
%0
%8

Triadic Colors of #0776ea

#0776ea #ea0776 #76ea07

Analogous Colors of #0776ea

#0776ea #0a07ea #07e8ea

Monochromatic Colors of #0776ea

#0776ea

Complementary Color

#0776ea #ea7b07

#0776ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0776ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0776ea Color CSS Codes

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

#0776ea Text Font Color

<p style="color:#0776ea">Text here</p>

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


#0776ea Background Color

<div style="background-color:#0776ea">
Div content here</div>

This div background color is #0776ea


#0776ea Border Color

<div style="border:3px solid #0776ea">
Div here</div>

This div border color is #0776ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0776ea


Comments

No comments written yet.

Please login to write comment.