Color Hex Logo

#078fbc Color Hex

#078FBC
(7,143,188)
0 Favorites   0 Comments

Color spaces of #078fbc

RGB 7143188
HSL0.540.930.38
HSV195°96°74°
CMYK 0.960.240.00   0.26
XYZ18.987223.320951.0776
Yxy23.32090.20330.2497
Hunter Lab48.2917-14.3284-28.9062
CIE-Lab55.4014-15.4765-32.2951

#078fbc color RGB value is (7,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001111 10111100
Octal 7 217 274
Decimal 7 143 188
Hex 7 8F BC

RGB Percentages of Color #078fbc

%2.07
%42.31
%55.62

CMYK Percentages of Color #078fbc

%96
%24
%0
%26

Triadic Colors of #078fbc

#078fbc #bc078f #8fbc07

Analogous Colors of #078fbc

#078fbc #0735bc #07bc8f

Monochromatic Colors of #078fbc

#078fbc

Complementary Color

#078fbc #bc3407

#078fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#078fbc Color CSS Codes

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

#078fbc Text Font Color

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

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


#078fbc Background Color

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

This div background color is #078fbc


#078fbc Border Color

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

This div border color is #078fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078fbc


Comments

No comments written yet.

Please login to write comment.