Color Hex Logo

#2878ef Color Hex

#2878EF
(40,120,239)
0 Favorites   0 Comments

Color spaces of #2878ef

RGB 40120239
HSL0.600.860.55
HSV216°83°94°
CMYK 0.830.500.00   0.06
XYZ23.171520.116184.3229
Yxy20.11610.18160.1576
Hunter Lab44.851013.7298-80.0736
CIE-Lab51.968219.3838-66.4779

#2878ef color RGB value is (40,120,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01111000 11101111
Octal 50 170 357
Decimal 40 120 239
Hex 28 78 EF

RGB Percentages of Color #2878ef

%10.03
%30.08
%59.90

CMYK Percentages of Color #2878ef

%83
%50
%0
%6

Triadic Colors of #2878ef

#2878ef #ef2878 #78ef28

Analogous Colors of #2878ef

#2878ef #3b28ef #28dcef

Monochromatic Colors of #2878ef

#2878ef

Complementary Color

#2878ef #ef9f28

#2878ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2878ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2878ef Color CSS Codes

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

#2878ef Text Font Color

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

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


#2878ef Background Color

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

This div background color is #2878ef


#2878ef Border Color

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

This div border color is #2878ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2878ef


Comments

No comments written yet.

Please login to write comment.