Color Hex Logo

#078dba Color Hex

#078DBA
(7,141,186)
0 Favorites   0 Comments

Color spaces of #078dba

RGB 7141186
HSL0.540.930.38
HSV195°96°73°
CMYK 0.960.240.00   0.27
XYZ18.475422.640149.8506
Yxy22.64010.20310.2489
Hunter Lab47.5816-13.9583-28.8102
CIE-Lab54.6997-15.1023-32.2504

#078dba color RGB value is (7,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001101 10111010
Octal 7 215 272
Decimal 7 141 186
Hex 7 8D BA

RGB Percentages of Color #078dba

%2.10
%42.22
%55.69

CMYK Percentages of Color #078dba

%96
%24
%0
%27

Triadic Colors of #078dba

#078dba #ba078d #8dba07

Analogous Colors of #078dba

#078dba #0733ba #07ba8e

Monochromatic Colors of #078dba

#078dba

Complementary Color

#078dba #ba3407

#078dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#078dba Color CSS Codes

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

#078dba Text Font Color

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

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


#078dba Background Color

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

This div background color is #078dba


#078dba Border Color

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

This div border color is #078dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,141,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 #078dba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078dba


Comments

No comments written yet.

Please login to write comment.