Color Hex Logo

#2b87ba Color Hex

#2B87BA
(43,135,186)
0 Favorites   0 Comments

Color spaces of #2b87ba

RGB 43135186
HSL0.560.620.45
HSV201°77°73°
CMYK 0.770.270.00   0.27
XYZ18.523221.386749.6061
Yxy21.38670.20690.2389
Hunter Lab46.2458-9.4340-31.2261
CIE-Lab53.3701-9.1219-34.2903

#2b87ba color RGB value is (43,135,186).

#2b87ba hex color red value is 43, green value is 135 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2b87ba hue: 0.56 , saturation: 0.62 and the lightness value of 2b87ba is 0.45.

The process color (four color CMYK) of #2b87ba color hex is 0.77, 0.27, 0.00, 0.27. Web safe color of #2b87ba is #3399cc. Color #2b87ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10000111 10111010
Octal 53 207 272
Decimal 43 135 186
Hex 2B 87 BA

RGB Percentages of Color #2b87ba

%11.81
%37.09
%51.10

CMYK Percentages of Color #2b87ba

%77
%27
%0
%27

Triadic Colors of #2b87ba

#2b87ba #ba2b87 #87ba2b

Analogous Colors of #2b87ba

#2b87ba #2b3fba #2bbaa6

Monochromatic Colors of #2b87ba

#2b87ba

Complementary Color

#2b87ba #ba5e2b

#2b87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b87ba Color CSS Codes

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

#2b87ba Text Font Color

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

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


#2b87ba Background Color

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

This div background color is #2b87ba


#2b87ba Border Color

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

This div border color is #2b87ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,135,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b87ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b87ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2b87ba;
  box-shadow:         1px 1px 3px 2px #2b87ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,135,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b87ba


Comments

No comments written yet.

Please login to write comment.