Color Hex Logo

#328fbd Color Hex

#328FBD
(50,143,189)
0 Favorites   0 Comments

Color spaces of #328fbd

RGB 50143189
HSL0.560.580.47
HSV200°74°74°
CMYK 0.740.240.00   0.26
XYZ20.323223.997251.7049
Yxy23.99720.21160.2499
Hunter Lab48.9869-11.6729-28.2888
CIE-Lab56.0850-11.7226-31.7500

#328fbd color RGB value is (50,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 10111101
Octal 62 217 275
Decimal 50 143 189
Hex 32 8F BD

RGB Percentages of Color #328fbd

%13.09
%37.43
%49.48

CMYK Percentages of Color #328fbd

%74
%24
%0
%26

Triadic Colors of #328fbd

#328fbd #bd328f #8fbd32

Analogous Colors of #328fbd

#328fbd #3249bd #32bda6

Monochromatic Colors of #328fbd

#328fbd

Complementary Color

#328fbd #bd6032

#328fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fbd Color CSS Codes

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

#328fbd Text Font Color

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

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


#328fbd Background Color

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

This div background color is #328fbd


#328fbd Border Color

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

This div border color is #328fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fbd


Comments

No comments written yet.

Please login to write comment.