Color Hex Logo

#2878cc Color Hex

#2878CC
(40,120,204)
0 Favorites   0 Comments

Color spaces of #2878cc

RGB 40120204
HSL0.590.670.48
HSV211°80°80°
CMYK 0.800.410.00   0.20
XYZ18.490618.243759.6736
Yxy18.24370.19180.1892
Hunter Lab42.71262.5268-52.9349
CIE-Lab49.79046.1380-50.2390

#2878cc color RGB value is (40,120,204).

#2878cc hex color red value is 40, green value is 120 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2878cc hue: 0.59 , saturation: 0.67 and the lightness value of 2878cc is 0.48.

The process color (four color CMYK) of #2878cc color hex is 0.80, 0.41, 0.00, 0.20. Web safe color of #2878cc is #3366cc. Color #2878cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01111000 11001100
Octal 50 170 314
Decimal 40 120 204
Hex 28 78 CC

RGB Percentages of Color #2878cc

%10.99
%32.97
%56.04

CMYK Percentages of Color #2878cc

%80
%41
%0
%20

Triadic Colors of #2878cc

#2878cc #cc2878 #78cc28

Analogous Colors of #2878cc

#2878cc #2a28cc #28cacc

Monochromatic Colors of #2878cc

#2878cc

Complementary Color

#2878cc #cc7c28

#2878cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2878cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2878cc Color CSS Codes

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

#2878cc Text Font Color

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

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


#2878cc Background Color

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

This div background color is #2878cc


#2878cc Border Color

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

This div border color is #2878cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,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 #2878cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2878cc


Comments

No comments written yet.

Please login to write comment.