Color Hex Logo

#078fec Color Hex

#078FEC
(7,143,236)
0 Favorites   0 Comments

Color spaces of #078fec

RGB 7143236
HSL0.570.940.48
HSV204°97°93°
CMYK 0.970.390.00   0.07
XYZ25.050425.746283.0061
Yxy25.74620.18720.1924
Hunter Lab50.7407-0.6718-61.4733
CIE-Lab57.79542.4909-55.4700

#078fec color RGB value is (7,143,236).

#078fec hex color red value is 7, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #078fec hue: 0.57 , saturation: 0.94 and the lightness value of 078fec is 0.48.

The process color (four color CMYK) of #078fec color hex is 0.97, 0.39, 0.00, 0.07. Web safe color of #078fec is #0099ff. Color #078fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001111 11101100
Octal 7 217 354
Decimal 7 143 236
Hex 7 8F EC

RGB Percentages of Color #078fec

%1.81
%37.05
%61.14

CMYK Percentages of Color #078fec

%97
%39
%0
%7

Triadic Colors of #078fec

#078fec #ec078f #8fec07

Analogous Colors of #078fec

#078fec #071cec #07ecd7

Monochromatic Colors of #078fec

#078fec

Complementary Color

#078fec #ec6407

#078fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#078fec Color CSS Codes

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

#078fec Text Font Color

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

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


#078fec Background Color

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

This div background color is #078fec


#078fec Border Color

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

This div border color is #078fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078fec


Comments

No comments written yet.

Please login to write comment.