Color Hex Logo

#2e88bd Color Hex

#2E88BD
(46,136,189)
0 Favorites   0 Comments

Color spaces of #2e88bd

RGB 46136189
HSL0.560.610.46
HSV202°76°74°
CMYK 0.760.280.00   0.26
XYZ19.116221.863351.3566
Yxy21.86330.20700.2368
Hunter Lab46.7582-8.8505-32.3901
CIE-Lab53.8817-8.2657-35.1977

#2e88bd color RGB value is (46,136,189).

#2e88bd hex color red value is 46, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2e88bd hue: 0.56 , saturation: 0.61 and the lightness value of 2e88bd is 0.46.

The process color (four color CMYK) of #2e88bd color hex is 0.76, 0.28, 0.00, 0.26. Web safe color of #2e88bd is #3399cc. Color #2e88bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10001000 10111101
Octal 56 210 275
Decimal 46 136 189
Hex 2E 88 BD

RGB Percentages of Color #2e88bd

%12.40
%36.66
%50.94

CMYK Percentages of Color #2e88bd

%76
%28
%0
%26

Triadic Colors of #2e88bd

#2e88bd #bd2e88 #88bd2e

Analogous Colors of #2e88bd

#2e88bd #2e40bd #2ebdab

Monochromatic Colors of #2e88bd

#2e88bd

Complementary Color

#2e88bd #bd632e

#2e88bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e88bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e88bd Color CSS Codes

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

#2e88bd Text Font Color

<p style="color:#2e88bd">Text here</p>

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


#2e88bd Background Color

<div style="background-color:#2e88bd">
Div content here</div>

This div background color is #2e88bd


#2e88bd Border Color

<div style="border:3px solid #2e88bd">
Div here</div>

This div border color is #2e88bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,136,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2e88bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2e88bd;
  -webkit-box-shadow: 1px 1px 3px 2px #2e88bd;
  box-shadow:         1px 1px 3px 2px #2e88bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,136,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e88bd


Comments

No comments written yet.

Please login to write comment.