Color Hex Logo

#329fbd Color Hex

#329FBD
(50,159,189)
0 Favorites   0 Comments

Color spaces of #329fbd

RGB 50159189
HSL0.540.580.47
HSV193°74°74°
CMYK 0.740.160.00   0.26
XYZ22.898829.148552.5634
Yxy29.14850.21890.2786
Hunter Lab53.9894-18.7732-19.9315
CIE-Lab60.9125-20.3991-24.2856

#329fbd color RGB value is (50,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011111 10111101
Octal 62 237 275
Decimal 50 159 189
Hex 32 9F BD

RGB Percentages of Color #329fbd

%12.56
%39.95
%47.49

CMYK Percentages of Color #329fbd

%74
%16
%0
%26

Triadic Colors of #329fbd

#329fbd #bd329f #9fbd32

Analogous Colors of #329fbd

#329fbd #3259bd #32bd96

Monochromatic Colors of #329fbd

#329fbd

Complementary Color

#329fbd #bd5032

#329fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#329fbd Color CSS Codes

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

#329fbd Text Font Color

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

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


#329fbd Background Color

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

This div background color is #329fbd


#329fbd Border Color

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

This div border color is #329fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329fbd


Comments

No comments written yet.

Please login to write comment.