Color Hex Logo

#2877cb Color Hex

#2877CB
(40,119,203)
0 Favorites   0 Comments

Color spaces of #2877cb

RGB 40119203
HSL0.590.670.48
HSV211°80°80°
CMYK 0.800.410.00   0.20
XYZ18.251417.956659.0039
Yxy17.95660.19170.1886
Hunter Lab42.37522.7249-52.8936
CIE-Lab49.44346.3787-50.2225

#2877cb color RGB value is (40,119,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110111 11001011
Octal 50 167 313
Decimal 40 119 203
Hex 28 77 CB

RGB Percentages of Color #2877cb

%11.05
%32.87
%56.08

CMYK Percentages of Color #2877cb

%80
%41
%0
%20

Triadic Colors of #2877cb

#2877cb #cb2877 #77cb28

Analogous Colors of #2877cb

#2877cb #2a28cb #28c9cb

Monochromatic Colors of #2877cb

#2877cb

Complementary Color

#2877cb #cb7c28

#2877cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2877cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2877cb Color CSS Codes

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

#2877cb Text Font Color

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

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


#2877cb Background Color

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

This div background color is #2877cb


#2877cb Border Color

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

This div border color is #2877cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2877cb


Comments

No comments written yet.

Please login to write comment.