Color Hex Logo

#077dba Color Hex

#077DBA
(7,125,186)
0 Favorites   0 Comments

Color spaces of #077dba

RGB 7125186
HSL0.560.930.38
HSV200°96°73°
CMYK 0.960.330.00   0.27
XYZ16.284218.257649.1202
Yxy18.25760.19460.2182
Hunter Lab42.7289-6.7484-38.2482
CIE-Lab49.8071-5.9489-39.9294

#077dba color RGB value is (7,125,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111101 10111010
Octal 7 175 272
Decimal 7 125 186
Hex 7 7D BA

RGB Percentages of Color #077dba

%2.20
%39.31
%58.49

CMYK Percentages of Color #077dba

%96
%33
%0
%27

Triadic Colors of #077dba

#077dba #ba077d #7dba07

Analogous Colors of #077dba

#077dba #0724ba #07ba9e

Monochromatic Colors of #077dba

#077dba

Complementary Color

#077dba #ba4407

#077dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#077dba Color CSS Codes

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

#077dba Text Font Color

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

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


#077dba Background Color

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

This div background color is #077dba


#077dba Border Color

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

This div border color is #077dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077dba


Comments

No comments written yet.

Please login to write comment.