Color Hex Logo

#328fbb Color Hex

#328FBB
(50,143,187)
0 Favorites   0 Comments

Color spaces of #328fbb

RGB 50143187
HSL0.550.580.46
HSV199°73°73°
CMYK 0.730.240.00   0.27
XYZ20.107523.910950.5692
Yxy23.91090.21260.2528
Hunter Lab48.8988-12.1725-27.0863
CIE-Lab55.9985-12.4112-30.7483

#328fbb color RGB value is (50,143,187).

#328fbb hex color red value is 50, green value is 143 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #328fbb hue: 0.55 , saturation: 0.58 and the lightness value of 328fbb is 0.46.

The process color (four color CMYK) of #328fbb color hex is 0.73, 0.24, 0.00, 0.27. Web safe color of #328fbb is #3399cc. Color #328fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 10111011
Octal 62 217 273
Decimal 50 143 187
Hex 32 8F BB

RGB Percentages of Color #328fbb

%13.16
%37.63
%49.21

CMYK Percentages of Color #328fbb

%73
%24
%0
%27

Triadic Colors of #328fbb

#328fbb #bb328f #8fbb32

Analogous Colors of #328fbb

#328fbb #324bbb #32bba3

Monochromatic Colors of #328fbb

#328fbb

Complementary Color

#328fbb #bb5e32

#328fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fbb Color CSS Codes

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

#328fbb Text Font Color

<p style="color:#328fbb">Text here</p>

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


#328fbb Background Color

<div style="background-color:#328fbb">
Div content here</div>

This div background color is #328fbb


#328fbb Border Color

<div style="border:3px solid #328fbb">
Div here</div>

This div border color is #328fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,143,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #328fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #328fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #328fbb;
  box-shadow:         1px 1px 3px 2px #328fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,143,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 #328fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fbb


Comments

No comments written yet.

Please login to write comment.