Color Hex Logo

#078bbf Color Hex

#078BBF
(7,139,191)
0 Favorites   0 Comments

Color spaces of #078bbf

RGB 7139191
HSL0.550.930.39
HSV197°96°75°
CMYK 0.960.270.00   0.25
XYZ18.724222.272052.6023
Yxy22.27200.20000.2380
Hunter Lab47.1932-11.7672-33.0503
CIE-Lab54.3144-12.1473-35.7003

#078bbf color RGB value is (7,139,191).

#078bbf hex color red value is 7, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #078bbf hue: 0.55 , saturation: 0.93 and the lightness value of 078bbf is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001011 10111111
Octal 7 213 277
Decimal 7 139 191
Hex 7 8B BF

RGB Percentages of Color #078bbf

%2.08
%41.25
%56.68

CMYK Percentages of Color #078bbf

%96
%27
%0
%25

Triadic Colors of #078bbf

#078bbf #bf078b #8bbf07

Analogous Colors of #078bbf

#078bbf #072fbf #07bf97

Monochromatic Colors of #078bbf

#078bbf

Complementary Color

#078bbf #bf3b07

#078bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#078bbf Color CSS Codes

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

#078bbf Text Font Color

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

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


#078bbf Background Color

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

This div background color is #078bbf


#078bbf Border Color

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

This div border color is #078bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078bbf


Comments

No comments written yet.

Please login to write comment.