Color Hex Logo

#078cca Color Hex

#078CCA
(7,140,202)
0 Favorites   0 Comments

Color spaces of #078cca

RGB 7140202
HSL0.550.930.41
HSV199°97°79°
CMYK 0.970.310.00   0.21
XYZ20.126423.065659.2684
Yxy23.06560.19640.2251
Hunter Lab48.0267-9.2431-39.5495
CIE-Lab55.1398-8.6169-40.6444

#078cca color RGB value is (7,140,202).

#078cca hex color red value is 7, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #078cca hue: 0.55 , saturation: 0.93 and the lightness value of 078cca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001100 11001010
Octal 7 214 312
Decimal 7 140 202
Hex 7 8C CA

RGB Percentages of Color #078cca

%2.01
%40.11
%57.88

CMYK Percentages of Color #078cca

%97
%31
%0
%21

Triadic Colors of #078cca

#078cca #ca078c #8cca07

Analogous Colors of #078cca

#078cca #072bca #07caa7

Monochromatic Colors of #078cca

#078cca

Complementary Color

#078cca #ca4507

#078cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#078cca Color CSS Codes

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

#078cca Text Font Color

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

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


#078cca Background Color

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

This div background color is #078cca


#078cca Border Color

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

This div border color is #078cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078cca


Comments

No comments written yet.

Please login to write comment.