Color Hex Logo

#329dbf Color Hex

#329DBF
(50,157,191)
0 Favorites   0 Comments

Color spaces of #329dbf

RGB 50157191
HSL0.540.590.47
HSV194°74°75°
CMYK 0.740.180.00   0.25
XYZ22.776328.553653.6012
Yxy28.55360.21710.2721
Hunter Lab53.4356-17.4287-22.0689
CIE-Lab60.3856-18.6840-26.2198

#329dbf color RGB value is (50,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011101 10111111
Octal 62 235 277
Decimal 50 157 191
Hex 32 9D BF

RGB Percentages of Color #329dbf

%12.56
%39.45
%47.99

CMYK Percentages of Color #329dbf

%74
%18
%0
%25

Triadic Colors of #329dbf

#329dbf #bf329d #9dbf32

Analogous Colors of #329dbf

#329dbf #3256bf #32bf9b

Monochromatic Colors of #329dbf

#329dbf

Complementary Color

#329dbf #bf5432

#329dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329dbf Color CSS Codes

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

#329dbf Text Font Color

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

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


#329dbf Background Color

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

This div background color is #329dbf


#329dbf Border Color

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

This div border color is #329dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329dbf


Comments

No comments written yet.

Please login to write comment.