Color Hex Logo

#0878cc Color Hex

#0878CC
(8,120,204)
0 Favorites   0 Comments

Color spaces of #0878cc

RGB 8120204
HSL0.570.920.42
HSV206°96°80°
CMYK 0.960.410.00   0.20
XYZ17.715717.844259.6373
Yxy17.84420.18610.1874
Hunter Lab42.24240.9355-54.1352
CIE-Lab49.30664.1182-51.0399

#0878cc color RGB value is (8,120,204).

#0878cc hex color red value is 8, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0878cc hue: 0.57 , saturation: 0.92 and the lightness value of 0878cc is 0.42.

The process color (four color CMYK) of #0878cc color hex is 0.96, 0.41, 0.00, 0.20. Web safe color of #0878cc is #0066cc. Color #0878cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01111000 11001100
Octal 10 170 314
Decimal 8 120 204
Hex 8 78 CC

RGB Percentages of Color #0878cc

%2.41
%36.14
%61.45

CMYK Percentages of Color #0878cc

%96
%41
%0
%20

Triadic Colors of #0878cc

#0878cc #cc0878 #78cc08

Analogous Colors of #0878cc

#0878cc #0816cc #08ccbe

Monochromatic Colors of #0878cc

#0878cc

Complementary Color

#0878cc #cc5c08

#0878cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0878cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0878cc Color CSS Codes

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

#0878cc Text Font Color

<p style="color:#0878cc">Text here</p>

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


#0878cc Background Color

<div style="background-color:#0878cc">
Div content here</div>

This div background color is #0878cc


#0878cc Border Color

<div style="border:3px solid #0878cc">
Div here</div>

This div border color is #0878cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,120,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0878cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0878cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0878cc;
  box-shadow:         1px 1px 3px 2px #0878cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,120,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0878cc


Comments

No comments written yet.

Please login to write comment.