Color Hex Logo

#0b77ec Color Hex

#0B77EC
(11,119,236)
0 Favorites   0 Comments

Color spaces of #0b77ec

RGB 11119236
HSL0.590.910.48
HSV211°95°93°
CMYK 0.950.500.00   0.07
XYZ21.875219.320981.9332
Yxy19.32090.17770.1569
Hunter Lab43.955511.9113-79.7478
CIE-Lab51.060517.3594-66.2912

#0b77ec color RGB value is (11,119,236).

#0b77ec hex color red value is 11, green value is 119 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0b77ec hue: 0.59 , saturation: 0.91 and the lightness value of 0b77ec is 0.48.

The process color (four color CMYK) of #0b77ec color hex is 0.95, 0.50, 0.00, 0.07. Web safe color of #0b77ec is #0066ff. Color #0b77ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01110111 11101100
Octal 13 167 354
Decimal 11 119 236
Hex B 77 EC

RGB Percentages of Color #0b77ec

%3.01
%32.51
%64.48

CMYK Percentages of Color #0b77ec

%95
%50
%0
%7

Triadic Colors of #0b77ec

#0b77ec #ec0b77 #77ec0b

Analogous Colors of #0b77ec

#0b77ec #100bec #0be8ec

Monochromatic Colors of #0b77ec

#0b77ec

Complementary Color

#0b77ec #ec800b

#0b77ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b77ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b77ec Color CSS Codes

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

#0b77ec Text Font Color

<p style="color:#0b77ec">Text here</p>

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


#0b77ec Background Color

<div style="background-color:#0b77ec">
Div content here</div>

This div background color is #0b77ec


#0b77ec Border Color

<div style="border:3px solid #0b77ec">
Div here</div>

This div border color is #0b77ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,119,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b77ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b77ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0b77ec;
  box-shadow:         1px 1px 3px 2px #0b77ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b77ec


Comments

No comments written yet.

Please login to write comment.