Color Hex Logo

#0771cc Color Hex

#0771CC
(7,113,204)
0 Favorites   0 Comments

Color spaces of #0771cc

RGB 7113204
HSL0.580.930.41
HSV208°97°80°
CMYK 0.970.450.00   0.20
XYZ16.891816.215159.3663
Yxy16.21510.18270.1753
Hunter Lab40.26804.4091-59.2225
CIE-Lab47.25548.4613-54.3281

#0771cc color RGB value is (7,113,204).

#0771cc hex color red value is 7, green value is 113 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0771cc hue: 0.58 , saturation: 0.93 and the lightness value of 0771cc is 0.41.

The process color (four color CMYK) of #0771cc color hex is 0.97, 0.45, 0.00, 0.20. Web safe color of #0771cc is #0066cc. Color #0771cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 11001100
Octal 7 161 314
Decimal 7 113 204
Hex 7 71 CC

RGB Percentages of Color #0771cc

%2.16
%34.88
%62.96

CMYK Percentages of Color #0771cc

%97
%45
%0
%20

Triadic Colors of #0771cc

#0771cc #cc0771 #71cc07

Analogous Colors of #0771cc

#0771cc #070fcc #07ccc5

Monochromatic Colors of #0771cc

#0771cc

Complementary Color

#0771cc #cc6207

#0771cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0771cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0771cc Color CSS Codes

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

#0771cc Text Font Color

<p style="color:#0771cc">Text here</p>

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


#0771cc Background Color

<div style="background-color:#0771cc">
Div content here</div>

This div background color is #0771cc


#0771cc Border Color

<div style="border:3px solid #0771cc">
Div here</div>

This div border color is #0771cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,113,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0771cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0771cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0771cc;
  box-shadow:         1px 1px 3px 2px #0771cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0771cc


Comments

No comments written yet.

Please login to write comment.