Color Hex Logo

#329bbf Color Hex

#329BBF
(50,155,191)
0 Favorites   0 Comments

Color spaces of #329bbf

RGB 50155191
HSL0.540.590.47
HSV195°74°75°
CMYK 0.740.190.00   0.25
XYZ22.440727.882453.4893
Yxy27.88240.21620.2686
Hunter Lab52.8038-16.5472-23.0971
CIE-Lab59.7823-17.6166-27.1500

#329bbf color RGB value is (50,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10011011 10111111
Octal 62 233 277
Decimal 50 155 191
Hex 32 9B BF

RGB Percentages of Color #329bbf

%12.63
%39.14
%48.23

CMYK Percentages of Color #329bbf

%74
%19
%0
%25

Triadic Colors of #329bbf

#329bbf #bf329b #9bbf32

Analogous Colors of #329bbf

#329bbf #3254bf #32bf9d

Monochromatic Colors of #329bbf

#329bbf

Complementary Color

#329bbf #bf5632

#329bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#329bbf Color CSS Codes

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

#329bbf Text Font Color

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

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


#329bbf Background Color

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

This div background color is #329bbf


#329bbf Border Color

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

This div border color is #329bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329bbf


Comments

No comments written yet.

Please login to write comment.