Color Hex Logo

#078fbd Color Hex

#078FBD
(7,143,189)
0 Favorites   0 Comments

Color spaces of #078fbd

RGB 7143189
HSL0.540.930.38
HSV195°96°74°
CMYK 0.960.240.00   0.26
XYZ19.095423.364251.6474
Yxy23.36420.20290.2483
Hunter Lab48.3365-14.0723-29.5156
CIE-Lab55.4455-15.1127-32.7947

#078fbd color RGB value is (7,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001111 10111101
Octal 7 217 275
Decimal 7 143 189
Hex 7 8F BD

RGB Percentages of Color #078fbd

%2.06
%42.18
%55.75

CMYK Percentages of Color #078fbd

%96
%24
%0
%26

Triadic Colors of #078fbd

#078fbd #bd078f #8fbd07

Analogous Colors of #078fbd

#078fbd #0734bd #07bd90

Monochromatic Colors of #078fbd

#078fbd

Complementary Color

#078fbd #bd3507

#078fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#078fbd Color CSS Codes

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

#078fbd Text Font Color

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

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


#078fbd Background Color

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

This div background color is #078fbd


#078fbd Border Color

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

This div border color is #078fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078fbd


Comments

No comments written yet.

Please login to write comment.