Color Hex Logo

#078fda Color Hex

#078FDA
(7,143,218)
0 Favorites   0 Comments

Color spaces of #078fda

RGB 7143218
HSL0.560.940.44
HSV201°97°85°
CMYK 0.970.340.00   0.15
XYZ22.565024.752069.9180
Yxy24.75200.19250.2111
Hunter Lab49.7514-6.1053-48.4971
CIE-Lab56.8330-4.3343-46.9725

#078fda color RGB value is (7,143,218).

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

The process color (four color CMYK) of #078fda color hex is 0.97, 0.34, 0.00, 0.15. Web safe color of #078fda is #0099cc. Color #078fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001111 11011010
Octal 7 217 332
Decimal 7 143 218
Hex 7 8F DA

RGB Percentages of Color #078fda

%1.90
%38.86
%59.24

CMYK Percentages of Color #078fda

%97
%34
%0
%15

Triadic Colors of #078fda

#078fda #da078f #8fda07

Analogous Colors of #078fda

#078fda #0725da #07dabc

Monochromatic Colors of #078fda

#078fda

Complementary Color

#078fda #da5207

#078fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#078fda Color CSS Codes

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

#078fda Text Font Color

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

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


#078fda Background Color

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

This div background color is #078fda


#078fda Border Color

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

This div border color is #078fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078fda


Comments

No comments written yet.

Please login to write comment.