Color Hex Logo

#2877ef Color Hex

#2877EF
(40,119,239)
0 Favorites   0 Comments

Color spaces of #2877ef

RGB 40119239
HSL0.600.860.55
HSV216°83°94°
CMYK 0.830.500.00   0.06
XYZ23.051919.876884.2830
Yxy19.87680.18120.1562
Hunter Lab44.583414.2727-80.8768
CIE-Lab51.697620.0118-66.9154

#2877ef color RGB value is (40,119,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110111 11101111
Octal 50 167 357
Decimal 40 119 239
Hex 28 77 EF

RGB Percentages of Color #2877ef

%10.05
%29.90
%60.05

CMYK Percentages of Color #2877ef

%83
%50
%0
%6

Triadic Colors of #2877ef

#2877ef #ef2877 #77ef28

Analogous Colors of #2877ef

#2877ef #3c28ef #28dbef

Monochromatic Colors of #2877ef

#2877ef

Complementary Color

#2877ef #efa028

#2877ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2877ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2877ef Color CSS Codes

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

#2877ef Text Font Color

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

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


#2877ef Background Color

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

This div background color is #2877ef


#2877ef Border Color

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

This div border color is #2877ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2877ef


Comments

No comments written yet.

Please login to write comment.