Color Hex Logo

#078cff Color Hex

#078CFF
(7,140,255)
0 Favorites   0 Comments

Color spaces of #078cff

RGB 7140255
HSL0.581.000.51
HSV208°97°100°
CMYK 0.970.450.00   0.00
XYZ27.515726.021398.1801
Yxy26.02130.18140.1715
Hunter Lab51.01117.0147-78.4066
CIE-Lab58.057311.5510-65.5346

#078cff color RGB value is (7,140,255).

#078cff hex color red value is 7, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #078cff hue: 0.58 , saturation: 1.00 and the lightness value of 078cff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001100 11111111
Octal 7 214 377
Decimal 7 140 255
Hex 7 8C FF

RGB Percentages of Color #078cff

%1.74
%34.83
%63.43

CMYK Percentages of Color #078cff

%97
%45
%0
%0

Triadic Colors of #078cff

#078cff #ff078c #8cff07

Analogous Colors of #078cff

#078cff #0710ff #07fff6

Monochromatic Colors of #078cff

#078cff

Complementary Color

#078cff #ff7a07

#078cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#078cff Color CSS Codes

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

#078cff Text Font Color

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

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


#078cff Background Color

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

This div background color is #078cff


#078cff Border Color

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

This div border color is #078cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078cff

#078cff Color Palettes


Comments

No comments written yet.

Please login to write comment.