Color Hex Logo

#2f80bb Color Hex

#2F80BB
(47,128,187)
0 Favorites   0 Comments

Color spaces of #2f80bb

RGB 47128187
HSL0.570.600.46
HSV205°75°73°
CMYK 0.750.320.00   0.27
XYZ17.861119.630549.8614
Yxy19.63050.20450.2247
Hunter Lab44.3063-5.5778-35.7093
CIE-Lab51.4168-4.1985-37.9216

#2f80bb color RGB value is (47,128,187).

#2f80bb hex color red value is 47, green value is 128 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2f80bb hue: 0.57 , saturation: 0.60 and the lightness value of 2f80bb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10000000 10111011
Octal 57 200 273
Decimal 47 128 187
Hex 2F 80 BB

RGB Percentages of Color #2f80bb

%12.98
%35.36
%51.66

CMYK Percentages of Color #2f80bb

%75
%32
%0
%27

Triadic Colors of #2f80bb

#2f80bb #bb2f80 #80bb2f

Analogous Colors of #2f80bb

#2f80bb #2f3abb #2fbbb0

Monochromatic Colors of #2f80bb

#2f80bb

Complementary Color

#2f80bb #bb6a2f

#2f80bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f80bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f80bb Color CSS Codes

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

#2f80bb Text Font Color

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

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


#2f80bb Background Color

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

This div background color is #2f80bb


#2f80bb Border Color

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

This div border color is #2f80bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,128,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 #2f80bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f80bb


Comments

No comments written yet.

Please login to write comment.