Color Hex Logo

#2b76bb Color Hex

#2B76BB
(43,118,187)
0 Favorites   0 Comments

Color spaces of #2b76bb

RGB 43118187
HSL0.580.630.45
HSV209°77°73°
CMYK 0.770.370.00   0.27
XYZ16.444317.058349.4396
Yxy17.05830.19830.2057
Hunter Lab41.3017-1.2081-42.0611
CIE-Lab48.33341.3102-42.8019

#2b76bb color RGB value is (43,118,187).

#2b76bb hex color red value is 43, green value is 118 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2b76bb hue: 0.58 , saturation: 0.63 and the lightness value of 2b76bb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01110110 10111011
Octal 53 166 273
Decimal 43 118 187
Hex 2B 76 BB

RGB Percentages of Color #2b76bb

%12.36
%33.91
%53.74

CMYK Percentages of Color #2b76bb

%77
%37
%0
%27

Triadic Colors of #2b76bb

#2b76bb #bb2b76 #76bb2b

Analogous Colors of #2b76bb

#2b76bb #2b2ebb #2bbbb8

Monochromatic Colors of #2b76bb

#2b76bb

Complementary Color

#2b76bb #bb702b

#2b76bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b76bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b76bb Color CSS Codes

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

#2b76bb Text Font Color

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

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


#2b76bb Background Color

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

This div background color is #2b76bb


#2b76bb Border Color

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

This div border color is #2b76bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b76bb


Comments

No comments written yet.

Please login to write comment.