Color Hex Logo

#077bbb Color Hex

#077BBB
(7,123,187)
0 Favorites   0 Comments

Color spaces of #077bbb

RGB 7123187
HSL0.560.930.38
HSV201°96°73°
CMYK 0.960.340.00   0.27
XYZ16.140217.798949.5986
Yxy17.79890.19320.2131
Hunter Lab42.1887-5.5413-40.1713
CIE-Lab49.2513-4.3743-41.3840

#077bbb color RGB value is (7,123,187).

#077bbb hex color red value is 7, green value is 123 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #077bbb hue: 0.56 , saturation: 0.93 and the lightness value of 077bbb is 0.38.

The process color (four color CMYK) of #077bbb color hex is 0.96, 0.34, 0.00, 0.27. Web safe color of #077bbb is #0066cc. Color #077bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111011 10111011
Octal 7 173 273
Decimal 7 123 187
Hex 7 7B BB

RGB Percentages of Color #077bbb

%2.21
%38.80
%58.99

CMYK Percentages of Color #077bbb

%96
%34
%0
%27

Triadic Colors of #077bbb

#077bbb #bb077b #7bbb07

Analogous Colors of #077bbb

#077bbb #0721bb #07bba1

Monochromatic Colors of #077bbb

#077bbb

Complementary Color

#077bbb #bb4707

#077bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#077bbb Color CSS Codes

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

#077bbb Text Font Color

<p style="color:#077bbb">Text here</p>

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


#077bbb Background Color

<div style="background-color:#077bbb">
Div content here</div>

This div background color is #077bbb


#077bbb Border Color

<div style="border:3px solid #077bbb">
Div here</div>

This div border color is #077bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,123,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #077bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #077bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #077bbb;
  box-shadow:         1px 1px 3px 2px #077bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077bbb


Comments

No comments written yet.

Please login to write comment.