Color Hex Logo

#077bbd Color Hex

#077BBD
(7,123,189)
0 Favorites   0 Comments

Color spaces of #077bbd

RGB 7123189
HSL0.560.930.38
HSV202°96°74°
CMYK 0.960.350.00   0.26
XYZ16.355917.885250.7343
Yxy17.88520.19250.2105
Hunter Lab42.2909-4.9746-41.5237
CIE-Lab49.3566-3.6002-42.3682

#077bbd color RGB value is (7,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111011 10111101
Octal 7 173 275
Decimal 7 123 189
Hex 7 7B BD

RGB Percentages of Color #077bbd

%2.19
%38.56
%59.25

CMYK Percentages of Color #077bbd

%96
%35
%0
%26

Triadic Colors of #077bbd

#077bbd #bd077b #7bbd07

Analogous Colors of #077bbd

#077bbd #0720bd #07bda4

Monochromatic Colors of #077bbd

#077bbd

Complementary Color

#077bbd #bd4907

#077bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#077bbd Color CSS Codes

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

#077bbd Text Font Color

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

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


#077bbd Background Color

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

This div background color is #077bbd


#077bbd Border Color

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

This div border color is #077bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077bbd

#077bbd Color Palettes


Comments

No comments written yet.

Please login to write comment.