Color Hex Logo

#329baf Color Hex

#329BAF
(50,155,175)
0 Favorites   0 Comments

Color spaces of #329baf

RGB 50155175
HSL0.530.560.44
HSV190°71°69°
CMYK 0.710.110.00   0.31
XYZ20.774627.215944.7157
Yxy27.21590.22410.2936
Hunter Lab52.1689-20.2135-14.3013
CIE-Lab59.1736-22.8383-19.0511

#329baf color RGB value is (50,155,175).

#329baf hex color red value is 50, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #329baf hue: 0.53 , saturation: 0.56 and the lightness value of 329baf is 0.44.

The process color (four color CMYK) of #329baf color hex is 0.71, 0.11, 0.00, 0.31. Web safe color of #329baf is #339999. Color #329baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 10101111
Octal 62 233 257
Decimal 50 155 175
Hex 32 9B AF

RGB Percentages of Color #329baf

%13.16
%40.79
%46.05

CMYK Percentages of Color #329baf

%71
%11
%0
%31

Triadic Colors of #329baf

#329baf #af329b #9baf32

Analogous Colors of #329baf

#329baf #325caf #32af85

Monochromatic Colors of #329baf

#329baf

Complementary Color

#329baf #af4632

#329baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329baf Color CSS Codes

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

#329baf Text Font Color

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

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


#329baf Background Color

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

This div background color is #329baf


#329baf Border Color

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

This div border color is #329baf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,155,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #329baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329baf


Comments

No comments written yet.

Please login to write comment.