Color Hex Logo

#2889db Color Hex

#2889DB
(40,137,219)
0 Favorites   0 Comments

Color spaces of #2889db

RGB 40137219
HSL0.580.710.51
HSV207°82°86°
CMYK 0.820.370.00   0.14
XYZ22.606923.456970.3540
Yxy23.45690.19420.2015
Hunter Lab48.4323-1.4376-52.2235
CIE-Lab55.53991.4309-49.5599

#2889db color RGB value is (40,137,219).

#2889db hex color red value is 40, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2889db hue: 0.58 , saturation: 0.71 and the lightness value of 2889db is 0.51.

The process color (four color CMYK) of #2889db color hex is 0.82, 0.37, 0.00, 0.14. Web safe color of #2889db is #3399cc. Color #2889db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001001 11011011
Octal 50 211 333
Decimal 40 137 219
Hex 28 89 DB

RGB Percentages of Color #2889db

%10.10
%34.60
%55.30

CMYK Percentages of Color #2889db

%82
%37
%0
%14

Triadic Colors of #2889db

#2889db #db2889 #89db28

Analogous Colors of #2889db

#2889db #282fdb #28dbd4

Monochromatic Colors of #2889db

#2889db

Complementary Color

#2889db #db7a28

#2889db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2889db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2889db Color CSS Codes

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

#2889db Text Font Color

<p style="color:#2889db">Text here</p>

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


#2889db Background Color

<div style="background-color:#2889db">
Div content here</div>

This div background color is #2889db


#2889db Border Color

<div style="border:3px solid #2889db">
Div here</div>

This div border color is #2889db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,137,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2889db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2889db;
  -webkit-box-shadow: 1px 1px 3px 2px #2889db;
  box-shadow:         1px 1px 3px 2px #2889db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2889db


Comments

No comments written yet.

Please login to write comment.