Color Hex Logo

#329fbb Color Hex

#329FBB
(50,159,187)
0 Favorites   0 Comments

Color spaces of #329fbb

RGB 50159187
HSL0.530.580.46
HSV192°73°73°
CMYK 0.730.150.00   0.27
XYZ22.683229.062251.4278
Yxy29.06220.21990.2817
Hunter Lab53.9094-19.2348-18.8242
CIE-Lab60.8365-21.0511-23.2785

#329fbb color RGB value is (50,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 10111011
Octal 62 237 273
Decimal 50 159 187
Hex 32 9F BB

RGB Percentages of Color #329fbb

%12.63
%40.15
%47.22

CMYK Percentages of Color #329fbb

%73
%15
%0
%27

Triadic Colors of #329fbb

#329fbb #bb329f #9fbb32

Analogous Colors of #329fbb

#329fbb #325bbb #32bb93

Monochromatic Colors of #329fbb

#329fbb

Complementary Color

#329fbb #bb4e32

#329fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#329fbb Color CSS Codes

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

#329fbb Text Font Color

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

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


#329fbb Background Color

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

This div background color is #329fbb


#329fbb Border Color

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

This div border color is #329fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329fbb


Comments

No comments written yet.

Please login to write comment.