Color Hex Logo

#2878eb Color Hex

#2878EB
(40,120,235)
0 Favorites   0 Comments

Color spaces of #2878eb

RGB 40120235
HSL0.600.830.54
HSV215°83°92°
CMYK 0.830.490.00   0.08
XYZ22.586919.882281.2445
Yxy19.88220.18260.1607
Hunter Lab44.589512.3881-76.8171
CIE-Lab51.703817.8745-64.6711

#2878eb color RGB value is (40,120,235).

#2878eb hex color red value is 40, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2878eb hue: 0.60 , saturation: 0.83 and the lightness value of 2878eb is 0.54.

The process color (four color CMYK) of #2878eb color hex is 0.83, 0.49, 0.00, 0.08. Web safe color of #2878eb is #3366ff. Color #2878eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01111000 11101011
Octal 50 170 353
Decimal 40 120 235
Hex 28 78 EB

RGB Percentages of Color #2878eb

%10.13
%30.38
%59.49

CMYK Percentages of Color #2878eb

%83
%49
%0
%8

Triadic Colors of #2878eb

#2878eb #eb2878 #78eb28

Analogous Colors of #2878eb

#2878eb #3a28eb #28daeb

Monochromatic Colors of #2878eb

#2878eb

Complementary Color

#2878eb #eb9b28

#2878eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2878eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2878eb Color CSS Codes

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

#2878eb Text Font Color

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

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


#2878eb Background Color

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

This div background color is #2878eb


#2878eb Border Color

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

This div border color is #2878eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2878eb


Comments

No comments written yet.

Please login to write comment.