Color Hex Logo

#2888db Color Hex

#2888DB
(40,136,219)
0 Favorites   0 Comments

Color spaces of #2888db

RGB 40136219
HSL0.580.710.51
HSV208°82°86°
CMYK 0.820.380.00   0.14
XYZ22.465423.173970.3068
Yxy23.17390.19380.1999
Hunter Lab48.1393-0.9422-52.8948
CIE-Lab55.25102.0284-50.0192

#2888db color RGB value is (40,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10001000 11011011
Octal 50 210 333
Decimal 40 136 219
Hex 28 88 DB

RGB Percentages of Color #2888db

%10.13
%34.43
%55.44

CMYK Percentages of Color #2888db

%82
%38
%0
%14

Triadic Colors of #2888db

#2888db #db2888 #88db28

Analogous Colors of #2888db

#2888db #282fdb #28dbd5

Monochromatic Colors of #2888db

#2888db

Complementary Color

#2888db #db7b28

#2888db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2888db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2888db Color CSS Codes

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

#2888db Text Font Color

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

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


#2888db Background Color

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

This div background color is #2888db


#2888db Border Color

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

This div border color is #2888db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2888db


Comments

No comments written yet.

Please login to write comment.