Color Hex Logo

#0977bc Color Hex

#0977BC
(9,119,188)
0 Favorites   0 Comments

Color spaces of #0977bc

RGB 9119188
HSL0.560.910.39
HSV203°95°74°
CMYK 0.950.370.00   0.26
XYZ15.786616.882650.0036
Yxy16.88260.19100.2042
Hunter Lab41.0884-3.3232-43.3925
CIE-Lab48.1118-1.4995-43.7664

#0977bc color RGB value is (9,119,188).

#0977bc hex color red value is 9, green value is 119 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0977bc hue: 0.56 , saturation: 0.91 and the lightness value of 0977bc is 0.39.

The process color (four color CMYK) of #0977bc color hex is 0.95, 0.37, 0.00, 0.26. Web safe color of #0977bc is #0066cc. Color #0977bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110111 10111100
Octal 11 167 274
Decimal 9 119 188
Hex 9 77 BC

RGB Percentages of Color #0977bc

%2.85
%37.66
%59.49

CMYK Percentages of Color #0977bc

%95
%37
%0
%26

Triadic Colors of #0977bc

#0977bc #bc0977 #77bc09

Analogous Colors of #0977bc

#0977bc #091ebc #09bca8

Monochromatic Colors of #0977bc

#0977bc

Complementary Color

#0977bc #bc4e09

#0977bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0977bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0977bc Color CSS Codes

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

#0977bc Text Font Color

<p style="color:#0977bc">Text here</p>

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


#0977bc Background Color

<div style="background-color:#0977bc">
Div content here</div>

This div background color is #0977bc


#0977bc Border Color

<div style="border:3px solid #0977bc">
Div here</div>

This div border color is #0977bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,119,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0977bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0977bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0977bc;
  box-shadow:         1px 1px 3px 2px #0977bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,119,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0977bc


Comments

No comments written yet.

Please login to write comment.