Color Hex Logo

#0776cf Color Hex

#0776CF
(7,118,207)
0 Favorites   0 Comments

Color spaces of #0776cf

RGB 7118207
HSL0.570.930.42
HSV207°97°81°
CMYK 0.970.430.00   0.19
XYZ17.828517.507061.4710
Yxy17.50700.18420.1808
Hunter Lab41.84142.8360-57.8166
CIE-Lab48.89266.5075-53.4139

#0776cf color RGB value is (7,118,207).

#0776cf hex color red value is 7, green value is 118 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #0776cf hue: 0.57 , saturation: 0.93 and the lightness value of 0776cf is 0.42.

The process color (four color CMYK) of #0776cf color hex is 0.97, 0.43, 0.00, 0.19. Web safe color of #0776cf is #0066cc. Color #0776cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110110 11001111
Octal 7 166 317
Decimal 7 118 207
Hex 7 76 CF

RGB Percentages of Color #0776cf

%2.11
%35.54
%62.35

CMYK Percentages of Color #0776cf

%97
%43
%0
%19

Triadic Colors of #0776cf

#0776cf #cf0776 #76cf07

Analogous Colors of #0776cf

#0776cf #0712cf #07cfc4

Monochromatic Colors of #0776cf

#0776cf

Complementary Color

#0776cf #cf6007

#0776cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0776cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0776cf Color CSS Codes

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

#0776cf Text Font Color

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

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


#0776cf Background Color

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

This div background color is #0776cf


#0776cf Border Color

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

This div border color is #0776cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0776cf


Comments

No comments written yet.

Please login to write comment.